Browse Source

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
pull/95/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
6cab966717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      config/rofi/config-zsh-theme.rasi

7
config/rofi/config-themezsh.rasi → config/rofi/config-zsh-theme.rasi

@ -1,5 +1,6 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config wallpaper */ /* zsh theme switch */
/* -- submitted by https://github.com/hyprhex -- */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
@ -111,8 +112,8 @@ entry {
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 2; columns: 3;
lines: 8; lines: 5;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
Loading…
Cancel
Save