[Linux] Make rofi_wallpaper.sh case insensitive

This commit is contained in:
Ivan Malison 2017-10-19 23:40:47 -07:00
parent 7bc8e1bca4
commit 9d1ddf2cf6
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1,3 +1,3 @@
#!/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