diff options
Diffstat (limited to 'config/rofi/config-waybar-layout.rasi')
| -rw-r--r-- | config/rofi/config-waybar-layout.rasi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi index 08ab350e..40059b8b 100644 --- a/config/rofi/config-waybar-layout.rasi +++ b/config/rofi/config-waybar-layout.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; @@ -107,7 +108,7 @@ entry { listview { enabled: true; columns: 1; - lines: 16; + lines: 15; spacing: 4px; dynamic: true; cycle: true; @@ -115,8 +116,8 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; - background-color: transparent; + fixed-columns: true; + background-color: transparent; border-radius: 10px; } |
