diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-10 19:47:03 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-10 19:47:03 +0900 |
| commit | 4f7f90ec72e9ece7556bcc34df63c8b1b62e2337 (patch) | |
| tree | 028b5fe8bc289fc6673c45bead470f54750cc422 /config/rofi | |
| parent | 5734fdea09a3cbfa029e23390bfb53dc7ee8c5f6 (diff) | |
Renamed waybar styles, rofi size increase
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/config.rasi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index c92eed9a..c131543b 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -22,8 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 30%; - height: 30%; + width: 35%; + height: 35%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -125,7 +125,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 8; + lines: 10; cycle: true; dynamic: true; scrollbar: false; |
