From 2b05415883f7692e586e0d103c931c59daaf49aa Mon Sep 17 00:00:00 2001 From: Hannes Date: Thu, 12 Feb 2026 21:52:59 +0100 Subject: [PATCH] fixed local to $HOME --- modules/wp/set-wallpaper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wp/set-wallpaper.sh b/modules/wp/set-wallpaper.sh index 4fa0950..9ae2294 100755 --- a/modules/wp/set-wallpaper.sh +++ b/modules/wp/set-wallpaper.sh @@ -47,7 +47,7 @@ fi ### Blured Wallpaper for wlogout blur="50x30" -static_wallpaper_dir="/home/honney/Pictures/Wallpapers/Static" +static_wallpaper_dir="$HOME/Pictures/Wallpapers/Static" if [ ! -d $static_wallpaper_dir ]; then mkdir -p $static_wallpaper_dir;