From 6cab966717fd60ad035b354e5e4c08ef8d61fa58 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sat, 23 Dec 2023 15:29:41 +0900 Subject: [PATCH] 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 --- .../rofi/{config-themezsh.rasi => config-zsh-theme.rasi} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename config/rofi/{config-themezsh.rasi => config-zsh-theme.rasi} (98%) diff --git a/config/rofi/config-themezsh.rasi b/config/rofi/config-zsh-theme.rasi similarity index 98% rename from config/rofi/config-themezsh.rasi rename to config/rofi/config-zsh-theme.rasi index 0edadbe..d669ccf 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;