Fixed things

This commit is contained in:
edwark43
2023-12-27 18:05:51 +00:00
parent 0615d0c3ae
commit 49747e2fcf
3 changed files with 12 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ elif ! command -v convert > /dev/null 2>&1; then
fi
# Set some variables
wall_dir="${HOME}/pics/wallpapers"
wall_dir="$(xdg-user-dir PICTURES)wallpapers"
cacheDir="${HOME}/.cache/wallselector"
rofi_command="rofi -dmenu -theme ${HOME}/.config/rofi/wallselector.rasi -theme-str ${rofi_override}"