diff options
Diffstat (limited to 'config/rofi/themes/KooL_style-8.rasi')
| -rw-r--r-- | config/rofi/themes/KooL_style-8.rasi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config/rofi/themes/KooL_style-8.rasi b/config/rofi/themes/KooL_style-8.rasi index 916e74b6..7a264ad7 100644 --- a/config/rofi/themes/KooL_style-8.rasi +++ b/config/rofi/themes/KooL_style-8.rasi @@ -101,7 +101,7 @@ listbox { /* ---- Listview ---- */ listview { - padding: 1.5em; + padding: 0.5em; spacing: 0.5em; enabled: true; columns: 2; @@ -142,10 +142,9 @@ button selected { /* ---- Scrollbar ---- */ scrollbar { - border: @border-width; - border-color: @color11; - handle-color: @color12; - handle-width: 10px ; + border: 0px; + handle-color: @color11; + handle-width: 2px ; padding: 0; } |
