diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-21 00:54:22 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-21 00:54:22 +0900 |
| commit | 5dac0fe1ae5a7b26aa3f66858d7e41c0d1cb2d85 (patch) | |
| tree | 01ef518a5ea7a25fbb7c1620857dfa23aadb7b31 /config/rofi/themes/KooL_style-8.rasi | |
| parent | 080904cfa60eae95884d9d5a233078929afb03eb (diff) | |
the usual tweak.. never ending
Diffstat (limited to 'config/rofi/themes/KooL_style-8.rasi')
| -rw-r--r-- | config/rofi/themes/KooL_style-8.rasi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/rofi/themes/KooL_style-8.rasi b/config/rofi/themes/KooL_style-8.rasi index e983f470..516d4d22 100644 --- a/config/rofi/themes/KooL_style-8.rasi +++ b/config/rofi/themes/KooL_style-8.rasi @@ -123,7 +123,7 @@ mode-switcher { orientation: horizontal; width: 2em; enabled: true; - padding: 1em; + padding: 0.7em; spacing: 1em; background-color: transparent; } @@ -133,6 +133,7 @@ button { border-radius: 2em; background-color: @background; text-color: @foreground; + padding: 0.4em; } button selected { @@ -153,7 +154,7 @@ scrollbar { element { enabled: true; spacing: 0em; - padding: 0.5em; + padding: 0.8em; cursor: pointer; background-color: transparent; text-color: @foreground; |
