diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-18 01:41:41 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-18 01:41:41 +0900 |
| commit | 6d88108dc04e1364b337c9560406abaccbb687c2 (patch) | |
| tree | a4b315f816c372d672b36eca6561e02c602731c3 /config/rofi/resolution | |
| parent | a42dde412ec9807705b9f6bfc8e25ad37f06a776 (diff) | |
Final Commit before release.... but will test one more time
Diffstat (limited to 'config/rofi/resolution')
| -rw-r--r-- | config/rofi/resolution/1080p/config.rasi | 4 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/config.rasi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 30e3aa74..50cd75be 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: vertical; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "inputbar", "imagebox" ]; border-radius: 12px; } @@ -139,7 +139,7 @@ button selected { listview { enabled: true; columns: 2; - lines: 6; + lines: 5; spacing: 2px; padding: 6px; dynamic: true; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index fa92f052..250c46b4 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: vertical; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "inputbar", "imagebox" ]; border-radius: 12px; } @@ -139,7 +139,7 @@ button selected { listview { enabled: true; columns: 2; - lines: 6; + lines: 5; spacing: 5px; padding: 6px; dynamic: true; |
