From fe697da1f738be2f69dc7b36d1cccb7898afddea Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Sun, 8 Sep 2024 03:45:27 -0300 Subject: [PATCH] hyprland: update wallpaper path --- scripts/hyprland/start_services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;