fixed local to $HOME

This commit is contained in:
Hannes
2026-02-12 21:52:59 +01:00
parent a02ed79a92
commit 2b05415883
+1 -1
View File
@@ -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;