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/config-waybar-layout.rasi | |
| parent | d3c3e268b9986584aad2cf286a27143b0babb5fe (diff) | |
rofi width and hieght changed to px
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; } |
