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/resolution/1440p | |
| parent | 57b2088bbbc3cd3c8e9c6da490bbe6709ea37b41 (diff) | |
more tweaked rofi
Diffstat (limited to 'config/rofi/resolution/1440p')
6 files changed, 8 insertions, 10 deletions
diff --git a/config/rofi/resolution/1440p/config-compact.rasi b/config/rofi/resolution/1440p/config-compact.rasi index d7a0750d..5bfda000 100644 --- a/config/rofi/resolution/1440p/config-compact.rasi +++ b/config/rofi/resolution/1440p/config-compact.rasi @@ -23,7 +23,6 @@ configuration { /* ---- Window ---- */ window { width: 40%; - /*height: 45%;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; diff --git a/config/rofi/resolution/1440p/config-rofi-Beats.rasi b/config/rofi/resolution/1440p/config-rofi-Beats.rasi index d7656e52..b1250076 100644 --- a/config/rofi/resolution/1440p/config-rofi-Beats.rasi +++ b/config/rofi/resolution/1440p/config-rofi-Beats.rasi @@ -23,7 +23,6 @@ configuration { /* ---- Window ---- */ window { width: 35%; - /*height: 45%;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; diff --git a/config/rofi/resolution/1440p/config-wallpaper.rasi b/config/rofi/resolution/1440p/config-wallpaper.rasi index e83e8aa7..e41487f8 100644 --- a/config/rofi/resolution/1440p/config-wallpaper.rasi +++ b/config/rofi/resolution/1440p/config-wallpaper.rasi @@ -129,10 +129,10 @@ listview { dynamic: true; enabled: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; - reverse: true; - fixed-height: false; + reverse: false; + fixed-height: true; fixed-columns: false; background-color: transparent; } diff --git a/config/rofi/resolution/1440p/config-waybar-layout.rasi b/config/rofi/resolution/1440p/config-waybar-layout.rasi index 3c3b6a7d..e8739ec3 100644 --- a/config/rofi/resolution/1440p/config-waybar-layout.rasi +++ b/config/rofi/resolution/1440p/config-waybar-layout.rasi @@ -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; } diff --git a/config/rofi/resolution/1440p/config-waybar-style.rasi b/config/rofi/resolution/1440p/config-waybar-style.rasi index 3c3b6a7d..e8739ec3 100644 --- a/config/rofi/resolution/1440p/config-waybar-style.rasi +++ b/config/rofi/resolution/1440p/config-waybar-style.rasi @@ -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; } diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 11a96709..59543450 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -132,7 +132,7 @@ listview { scrollbar: false; layout: vertical; reverse: true; - fixed-height: false; + fixed-height: true; fixed-columns: false; background-color: transparent; } |
