diff options
Diffstat (limited to 'config/rofi/config-waybar-style.rasi')
| -rw-r--r-- | config/rofi/config-waybar-style.rasi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi index fb012136..53e08708 100644 --- a/config/rofi/config-waybar-style.rasi +++ b/config/rofi/config-waybar-style.rasi @@ -3,7 +3,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; display-run: ""; @@ -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; |
