diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-03 16:38:04 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-03 16:38:04 +0900 |
| commit | 3785d1063e4f9599f6005b8c8faed7eb5216bc22 (patch) | |
| tree | bb61a100f072b02a29d44060a4d958ea95cca263 /config/rofi/config-long.rasi | |
| parent | e116601615e3ba4dac47700d586f250dcb0f44fa (diff) | |
New Rofi Themes
Diffstat (limited to 'config/rofi/config-long.rasi')
| -rw-r--r-- | config/rofi/config-long.rasi | 26 |
1 files changed, 4 insertions, 22 deletions
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 -----*****/ |
