diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-12 00:54:00 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-12 00:54:00 +0900 |
| commit | 34ec8fe040c036b4c6f5d426a7bad66ebddfc8f2 (patch) | |
| tree | 975cf8c929733e257cb993d2915e315d601208db /assets/rofi/themes/KooL_style-10-Fancy.rasi | |
| parent | 9f59d3374c9284111aeef165eb83875edfc660e6 (diff) | |
Updated New rofi themes
Diffstat (limited to 'assets/rofi/themes/KooL_style-10-Fancy.rasi')
| -rw-r--r-- | assets/rofi/themes/KooL_style-10-Fancy.rasi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/assets/rofi/themes/KooL_style-10-Fancy.rasi b/assets/rofi/themes/KooL_style-10-Fancy.rasi index 80203b6f..8da2e0e7 100644 --- a/assets/rofi/themes/KooL_style-10-Fancy.rasi +++ b/assets/rofi/themes/KooL_style-10-Fancy.rasi @@ -66,7 +66,6 @@ window { children: [ inputbar, message, wrapper-mode-switcher, listview , pagerbox ]; } - pagerbox { expand: false; orientation: horizontal; @@ -229,6 +228,7 @@ sidebar { inputbar { text-color: @normal-foreground; padding: 0px 0px 0.5em; + children: [ wrapper ]; } case-indicator { text-color: @normal-foreground; @@ -237,9 +237,8 @@ case-indicator { wrapper { orientation: horizontal; text-color: black; - background-color: white / 70%; + background-color: white / 75%; border-color: grey; - border: 2px; border-radius: 5px; padding: 4px; @@ -270,12 +269,13 @@ icon-k { entry { enabled: true; expand: true; + background-color: white / 75%; placeholder: " 🖥️ Search "; vertical-align: 0.5; + border-radius: 5px; + padding: 4px; } -inputbar { - children: [ wrapper ]; -} + error-message { background-color: darkred/10%; |
