diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2023-12-01 08:39:41 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2023-12-01 08:39:41 +0900 |
| commit | a416fe90405aed1803c302aaaa5dfb6eb9bd5363 (patch) | |
| tree | 2baabc1ef115fc3859c30f6a2bd699da56bfcac1 /config/rofi/resolution/1080p/config-wallpaper.rasi | |
| parent | d3c3e268b9986584aad2cf286a27143b0babb5fe (diff) | |
rofi width and hieght changed to px
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; } |
