diff options
| author | JaKooLit <jimmielovejay.com> | 2024-01-01 01:49:07 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2024-01-01 01:49:12 +0900 |
| commit | 528f2cde094cb4d595480ce155f7f010eaf1ffda (patch) | |
| tree | e2bd9c5aabd3a3921601f455778b87affc8a8b15 /config/rofi/resolution/1080p | |
| parent | 46970ee1ccae1fc33e6050f6dc324a7252313c4f (diff) | |
update wallpaper select
Diffstat (limited to 'config/rofi/resolution/1080p')
| -rw-r--r-- | config/rofi/resolution/1080p/config-wallpaper.rasi | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/config/rofi/resolution/1080p/config-wallpaper.rasi b/config/rofi/resolution/1080p/config-wallpaper.rasi index da47e90d..f999ce00 100644 --- a/config/rofi/resolution/1080p/config-wallpaper.rasi +++ b/config/rofi/resolution/1080p/config-wallpaper.rasi @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 800px; + width: 700px; /*height: 450px;*/ x-offset: 0px; y-offset: 0px; @@ -48,10 +48,10 @@ mainbox { enabled: true; orientation: horizontal; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", width); + /*background-image: url("~/.config/rofi/.current_wallpaper", width);*/ children: [ "imagebox"]; border-radius: 12px; - background-color: @background; + background-color: @active-background; } /* ---- Imagebox ---- */ @@ -111,8 +111,8 @@ entry { /* ---- Listview ---- */ listview { enabled: true; - columns: 2; - lines: 8; + columns: 4; + lines: 3; spacing: 4px; dynamic: true; cycle: true; @@ -182,18 +182,18 @@ element alternate.active { } element-icon { - background-color: transparent; - text-color: inherit; - size: 32px; - cursor: inherit; + background-color: transparent; + text-color: inherit; + size: 150px; + cursor: inherit; + horizontal-align: 0.5; } + element-text { background-color: transparent; - text-color: inherit; + text-color: transparent; cursor: inherit; - vertical-align: 0.5; - horizontal-align: 0.0; } /*****----- Message -----*****/ |
