diff options
| -rw-r--r-- | assets/rofi/themes/KooL_style-11-Win11-list-dark.rasi (renamed from assets/rofi/themes/KooL_style_11-Win11-list-dark.rasi) | 0 | ||||
| -rw-r--r-- | assets/rofi/themes/KooL_style-11-Win11-list-light.rasi (renamed from assets/rofi/themes/KooL_style_11-Win11-list-light.rasi) | 0 | ||||
| -rw-r--r-- | assets/rofi/themes/KooL_style-9.rasi (renamed from assets/rofi/themes/KooL_style_9.rasi) | 0 | ||||
| -rw-r--r-- | config/rofi/config-search.rasi | 10 |
4 files changed, 5 insertions, 5 deletions
diff --git a/assets/rofi/themes/KooL_style_11-Win11-list-dark.rasi b/assets/rofi/themes/KooL_style-11-Win11-list-dark.rasi index f0a7d9e6..f0a7d9e6 100644 --- a/assets/rofi/themes/KooL_style_11-Win11-list-dark.rasi +++ b/assets/rofi/themes/KooL_style-11-Win11-list-dark.rasi diff --git a/assets/rofi/themes/KooL_style_11-Win11-list-light.rasi b/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi index 65809c4d..65809c4d 100644 --- a/assets/rofi/themes/KooL_style_11-Win11-list-light.rasi +++ b/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi diff --git a/assets/rofi/themes/KooL_style_9.rasi b/assets/rofi/themes/KooL_style-9.rasi index d09e58e2..d09e58e2 100644 --- a/assets/rofi/themes/KooL_style_9.rasi +++ b/assets/rofi/themes/KooL_style-9.rasi diff --git a/config/rofi/config-search.rasi b/config/rofi/config-search.rasi index b216d0a6..08600b30 100644 --- a/config/rofi/config-search.rasi +++ b/config/rofi/config-search.rasi @@ -7,13 +7,13 @@ window { width: 40%; height: inherit; - background-color: inherit; - text-color: inherit; - y-offset: 6px; + background-color: black/25%; + y-offset: 10px; location: north; children: [ "entry" ]; border: 2px; - border-color: white/50%; + border-color: white/25%; + border-radius: 20px; } /* ---- Entry ---- */ @@ -21,5 +21,5 @@ entry { placeholder: " 🔎 Google Search via web browser"; padding: 15px; border: 0px; + text-color: white; } - |
