From b2fc1ee0b8b0a0d11830feda22fa011606f5ab49 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Fri, 24 Nov 2023 09:17:53 +0100 Subject: [PATCH] search isn't case sensitive anymore --- waybar/themeswitcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/themeswitcher.sh b/waybar/themeswitcher.sh index 60d0352..b58efd0 100755 --- a/waybar/themeswitcher.sh +++ b/waybar/themeswitcher.sh @@ -44,7 +44,7 @@ done # Show rofi dialog # ----------------------------------------------------- listNames=${listNames::-2} -choice=$(echo -e "$listNames" | rofi -dmenu -replace -config ~/dotfiles/rofi/config-wallpaper.rasi -no-show-icons -width 30 -p "Themes" -format i) +choice=$(echo -e "$listNames" | rofi -dmenu -i -replace -config ~/dotfiles/rofi/config-wallpaper.rasi -no-show-icons -width 30 -p "Themes" -format i) # ----------------------------------------------------- # Set new theme by writing the theme information to ~/.cache/.themestyle.sh