diff options
Diffstat (limited to 'config/rofi/resolution/1080p/config-waybar-style.rasi')
| -rw-r--r-- | config/rofi/resolution/1080p/config-waybar-style.rasi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/rofi/resolution/1080p/config-waybar-style.rasi b/config/rofi/resolution/1080p/config-waybar-style.rasi index fb012136..95ba5286 100644 --- a/config/rofi/resolution/1080p/config-waybar-style.rasi +++ b/config/rofi/resolution/1080p/config-waybar-style.rasi @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 800px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -80,7 +81,7 @@ inputbar { padding: 15px; border-radius: 10px; border-color: @foreground; - background-color: @background90; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; |
