no longer using wallpaper symlink

This commit is contained in:
Wryn Wagner
2021-02-24 18:15:23 -07:00
parent 2d8e13598c
commit 40d73b15d6
7 changed files with 21 additions and 14 deletions

View File

@ -1,4 +1,4 @@
WALLPAPER_DIR="$HOME/.config/wryn/wallpaper";
source "$HOME/.config/wryn/env/env"
[ -d $WALLPAPER_DIR ] \
&& feh --recursive --randomize --bg-fill "$WALLPAPER_DIR";
[ -d "$WALLPAPER_PATH" ] \
&& feh --recursive --randomize --bg-fill "$WALLPAPER_PATH";