This commit is contained in:
Stephan Raabe 2024-04-01 11:36:14 +02:00
parent 5c0a5028fe
commit 859d1a12d8

View File

@ -10,7 +10,6 @@ if [ "$wallpaper_engine" == "swww" ] ;then
elif [ "$wallpaper_engine" == "hyprpaper" ] ;then
# hyprpaper
echo ":: Using hyprpaper"
# hyprpaper
sleep 0.5
~/dotfiles/hypr/scripts/wallpaper.sh init
else