diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-19 10:37:03 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-19 10:37:03 +0900 |
| commit | 9c0791d57fccd887ea633989aa9488882b478ce6 (patch) | |
| tree | 185196fe1f117fbacf91be958ab1b9db85f94656 /config/rofi/config-waybar-layout.rasi | |
| parent | 57b2088bbbc3cd3c8e9c6da490bbe6709ea37b41 (diff) | |
more tweaked rofi
Diffstat (limited to 'config/rofi/config-waybar-layout.rasi')
| -rw-r--r-- | config/rofi/config-waybar-layout.rasi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi index 1c312277..1621183d 100644 --- a/config/rofi/config-waybar-layout.rasi +++ b/config/rofi/config-waybar-layout.rasi @@ -22,7 +22,7 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 40%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -126,10 +126,10 @@ listview { spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; - fixed-height: false; + fixed-height: true; fixed-columns: false; background-color: transparent; } |
