diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-18 01:42:21 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-18 01:42:21 +0900 |
| commit | 97673f7555eb72edf077435d4fdd0b37109e3342 (patch) | |
| tree | a4b315f816c372d672b36eca6561e02c602731c3 /config/rofi/resolution | |
| parent | 9cede52e092289c8e5cbe66f5a97b4d759409ce4 (diff) | |
| parent | f83ebb2fdb7090caf8d2bb63ad76eb35906b23b2 (diff) | |
Merge pull request #82 from JaKooLit/Development
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; |
