fixed local to $HOME
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user