diff --git a/scripts/hyprland/start_services.sh b/scripts/hyprland/start_services.sh index fa597ef..f7c6e73 100755 --- a/scripts/hyprland/start_services.sh +++ b/scripts/hyprland/start_services.sh @@ -19,7 +19,7 @@ xwaylandvideobridge & ## Start wallpaper daemon and set one. # OUTPUT_1="eDP-1" -IMAGE_1="~/Pictures/wallhaven-x6p3y3.jpg" +IMAGE_1="/home/wizardlink/Pictures/wallhaven-x6p3y3.jpg" function load_wallpapers() { swww img -t any --transition-bezier 0.0,0.0,1.0,1.0 --transition-duration .8 --transition-step 255 --transition-fps 60 -o $OUTPUT_1 $IMAGE_1;