diff options
Diffstat (limited to 'config/rofi/resolution/1080p/config-wallpaper.rasi')
| -rw-r--r-- | config/rofi/resolution/1080p/config-wallpaper.rasi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/rofi/resolution/1080p/config-wallpaper.rasi b/config/rofi/resolution/1080p/config-wallpaper.rasi index 5b17e066..a981980d 100644 --- a/config/rofi/resolution/1080p/config-wallpaper.rasi +++ b/config/rofi/resolution/1080p/config-wallpaper.rasi @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 450px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -50,7 +51,7 @@ mainbox { background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -111,7 +112,7 @@ entry { listview { enabled: true; columns: 2; - lines: 5; + lines: 8; spacing: 4px; dynamic: true; cycle: true; @@ -119,7 +120,7 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: truev; background-color: transparent; border-radius: 10px; } @@ -130,7 +131,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: transparent; + background-color: transparent; border-radius: 10px; border: 0px; } |
