diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-19 16:50:34 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-19 16:50:34 +0900 |
| commit | 03ba43f9fd189bd9060c9a9e60921b924a9b4f40 (patch) | |
| tree | 88c02d451243f678720958aafc416e05ec0ac90f | |
| parent | 3b476e04fa15da74d6e021a9a09600c6f83eeb29 (diff) | |
tweaked rofi 1080p config
| -rw-r--r-- | config/rofi/config.rasi | 4 | ||||
| -rw-r--r-- | config/rofi/resolution/1080p/config.rasi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 2211dc4c..d9823e96 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: horizontal; padding: 20px; - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-image: url("~/.config/rofi/.current_wallpaper", both); children: [ "imagebox", "listbox" ]; border-radius: 10px; } @@ -125,7 +125,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 8; + lines: 7; spacing: 4px; dynamic: true; cycle: true; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 2211dc4c..d9823e96 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: horizontal; padding: 20px; - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-image: url("~/.config/rofi/.current_wallpaper", both); children: [ "imagebox", "listbox" ]; border-radius: 10px; } @@ -125,7 +125,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 8; + lines: 7; spacing: 4px; dynamic: true; cycle: true; |
