diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-07 21:43:46 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-07 21:43:46 +0900 |
| commit | 2ee1d627c7b9f37f73460e48915d54ec4a5f09b5 (patch) | |
| tree | 48572e5669c74854221affec7a1b208242151b59 /config/rofi/resolution/1440p | |
| parent | ae0629bc443e0752c01646972a6dc5e4cea9c9f7 (diff) | |
adjustment of rofi configs, disabled Thunar silent move to workspace 3
Diffstat (limited to 'config/rofi/resolution/1440p')
| -rwxr-xr-x[-rw-r--r--] | config/rofi/resolution/1440p/config.rasi | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 1ed79730..75fce031 100644..100755 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -107,7 +107,7 @@ listview { scrollbar: false; layout: vertical; reverse: false; - fixed-height: true; + fixed-height: false; fixed-columns: true; spacing: 10px; background-color: transparent; @@ -141,6 +141,14 @@ button selected { text-color: @text-selected; } +/* ---- Scrollbar ---- */ +scrollbar { + width: 4px ; + border: 0; + handle-color: @border-color; + handle-width: 8px ; + padding: 0; +} /* ---- Elements ---- */ element { @@ -152,7 +160,6 @@ element { cursor: pointer; } - element normal.normal { background-color: inherit; text-color: inherit; |
