From 3785d1063e4f9599f6005b8c8faed7eb5216bc22 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 3 May 2024 16:38:04 +0900 Subject: New Rofi Themes --- config/rofi/config-long.rasi | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) (limited to 'config/rofi/config-long.rasi') diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index aef78711..4b594d5c 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -13,33 +13,15 @@ window { width: 700px; } -/* ---- Mainbox ---- */ -mainbox { - children: [ "imagebox"]; -} - -/* ---- Imagebox ---- */ -imagebox { - orientation: vertical; - children: - [ "inputbar", - "listbox"]; -} - /* ---- Inputbar ---- */ inputbar { children: - [ "textbox-prompt-colon", - "entry"]; -} - -textbox-prompt-colon { - str: "🔎 "; + ["entry"]; } entry { - placeholder: "Search"; - background-color: transparent; + placeholder: "🔎 Search"; + width: 22%; } /* ---- Listview ---- */ @@ -47,9 +29,9 @@ listview { columns: 1; lines: 9; spacing: 4px; - scrollbar: true; fixed-columns: true; border-radius: 10px; + scrollbar: false; } /*****----- Message -----*****/ -- cgit v1.2.3