diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-18 17:53:14 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-18 17:53:14 +0900 |
| commit | 6905e2bf038fce27cb49f1f3aba6d36279091bd4 (patch) | |
| tree | 82532f4084cc723dff335146991cc0df280e5972 /config/rofi/themes/KooL_style-12-TOP-Docu.rasi | |
| parent | 3df33e1a679c6331e608ca4ca2036f5d9e96ef25 (diff) | |
updated rofi configs
Diffstat (limited to 'config/rofi/themes/KooL_style-12-TOP-Docu.rasi')
| -rw-r--r-- | config/rofi/themes/KooL_style-12-TOP-Docu.rasi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/rofi/themes/KooL_style-12-TOP-Docu.rasi b/config/rofi/themes/KooL_style-12-TOP-Docu.rasi index f70896f5..0a5e0575 100644 --- a/config/rofi/themes/KooL_style-12-TOP-Docu.rasi +++ b/config/rofi/themes/KooL_style-12-TOP-Docu.rasi @@ -84,7 +84,7 @@ window { location: north; width: 100%; background-color: black / 50%; - padding: 1em; + padding: 0.5em; border-color: black; border: 0em 0.2em 0.2em; chilren: [ inputbar, message, listview ]; @@ -109,7 +109,7 @@ element { border-color: darkgrey; background-color: grey; cursor: pointer; - padding: 4px; + padding: 2px; } element selected { @@ -133,7 +133,7 @@ scrollbar { border-radius: 10px; background-color: transparent; handle-color: darkgrey; - handle-width: 5px ; + handle-width: 2px ; padding: 0; } |
