chore: wallpaper daemon notifier

This commit is contained in:
hesam-init 2024-03-22 11:53:22 +03:30
parent 214b902a3d
commit 5afe738805

View file

@ -31,7 +31,7 @@ case $WALLPAPER_DAEMON in
exec $HOME/.config/hypr/scripts/mpvpaper-random.sh
;;
*)
echo "Unknown value for WALLPAPER_DAEMON: $WALLPAPER_DAEMON"
dunstify "Unknown value for WALLPAPER_DAEMON: $WALLPAPER_DAEMON"
exit 1
;;
esac