This commit is contained in:
Stephan Raabe
2024-03-20 09:14:39 +01:00
parent 79193eaade
commit 8c10acf039
7 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ done
# Show rofi dialog
# -----------------------------------------------------
listNames=${listNames::-2}
choice=$(echo -e "$listNames" | rofi -dmenu -i -replace -config ~/dotfiles/rofi/config-themes.rasi -no-show-icons -width 30 -p "Themes" -format i)
choice=$(echo -e "$listNames" | $(sleep 0.2; rofi -dmenu -replace -config ~/dotfiles/rofi/config-themes.rasi -no-show-icons -width 30 -p "Themes" -format i))
# -----------------------------------------------------
# Set new theme by writing the theme information to ~/.cache/.themestyle.sh