diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-23 15:29:41 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-23 15:29:41 +0900 |
| commit | 6cab966717fd60ad035b354e5e4c08ef8d61fa58 (patch) | |
| tree | 9192503c710d68505f3cf3b779f025b240c0ada2 | |
| parent | 064bfbb969fd0dfeffab21e3d9c2fe147ff5f6b6 (diff) | |
Update and rename config-themezsh.rasi to config-zsh-theme.rasi
Rofi has been changed to have 3 columns instead. Lines of height was also reduced since some wallpapers backgrounds will messed up if too wide or too tall
| -rw-r--r-- | config/rofi/config-zsh-theme.rasi (renamed from config/rofi/config-themezsh.rasi) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/rofi/config-themezsh.rasi b/config/rofi/config-zsh-theme.rasi index 0edadbef..d669ccfa 100644 --- a/config/rofi/config-themezsh.rasi +++ b/config/rofi/config-zsh-theme.rasi @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config wallpaper */ +/* zsh theme switch */ +/* -- submitted by https://github.com/hyprhex -- */ /* ---- Configuration ---- */ configuration { @@ -111,8 +112,8 @@ entry { /* ---- Listview ---- */ listview { enabled: true; - columns: 2; - lines: 8; + columns: 3; + lines: 5; spacing: 4px; dynamic: true; cycle: true; |
