WALLPAPER_FILE="$HOME/.wallpaper.gif" if [ ! -f "$WALLPAPER_FILE" ]; then exit 1 fi systemctl --user start swww-daemon.service && swww img "$WALLPAPER_FILE" && systemctl --user stop hyprpaper.service