mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
Remove .local/bin/change_wallpaper.sh
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
case $1 in
|
||||
"sfw")
|
||||
wallpaper=$(find ~/Obrazy/tapety/sfw/ -type f | wofi --dmenu)
|
||||
;;
|
||||
"nsfw")
|
||||
wallpaper=$(find ~/Obrazy/tapety/nsfw/ -type f | wofi --dmenu)
|
||||
;;
|
||||
*)
|
||||
echo "Please choose nsfw or sfw"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
if [[ -n $wallpaper ]];then
|
||||
hyprctl hyprpaper reload ,$wallpaper
|
||||
fi
|
||||
Reference in New Issue
Block a user