diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-20 00:49:59 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-20 00:51:58 +0900 |
| commit | 275f85824cf88a2db76e97c17a5159d6809a7123 (patch) | |
| tree | bd1b0b37f658570b52075656056194fb2a6761a4 /config/rofi/themes/KooL_style-9.rasi | |
| parent | 800a9f053ee98518d256105435f00ec08ed98b78 (diff) | |
rofi tweaks
Diffstat (limited to 'config/rofi/themes/KooL_style-9.rasi')
| -rw-r--r-- | config/rofi/themes/KooL_style-9.rasi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/rofi/themes/KooL_style-9.rasi b/config/rofi/themes/KooL_style-9.rasi index c585329d..42f4138f 100644 --- a/config/rofi/themes/KooL_style-9.rasi +++ b/config/rofi/themes/KooL_style-9.rasi @@ -56,7 +56,7 @@ window { mainbox { background-color: @BG; - children: [ inputbar, listview ]; + children: [ inputbar, message, listview ]; spacing: 15px; padding: 15px; } @@ -122,15 +122,18 @@ listview { layout: vertical; scrollbar: true; padding: 10px; + padding: 10px; } /* ---- Scrollbar ---- */ scrollbar { border: 0px; + border: 0px; border-radius: 10px; border-color: @color12; handle-color: @color11; handle-width: 2px ; + handle-width: 2px ; padding: 0; } |
