[Linux] Make rofi_wallpaper.sh case insensitive
This commit is contained in:
parent
7bc8e1bca4
commit
9d1ddf2cf6
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
find ~/Pictures/wallpaper/use -type f -or -type l | rofi -dmenu | xargs wallpaper.sh
|
find ~/Pictures/wallpaper/use -type f -or -type l | rofi -i -dmenu | xargs wallpaper.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user