search isn't case sensitive anymore
This commit is contained in:
parent
6735b20ad3
commit
b2fc1ee0b8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user