change default directory

This commit is contained in:
speedie 2023-06-15 21:31:02 +02:00
parent 61a466c062
commit 015b9f0b80

View file

@ -6,7 +6,7 @@
VERSION="${VERSION:-0.1}"
PROTOCOL="${PROTOCOL:-1}" # Protocol to use (0: X11, 1: Wayland/wlroots)
LOAD_CONFIG="${LOAD_CONFIG:-true}" # Load config (0/1)
WALLPAPER_CONFIG_FILE="${WALLPAPER_CONFIG_FILE:-$HOME/.config/spmenu/wallpaper/config}" # Use same directory as spmenu
WALLPAPER_CONFIG_FILE="${WALLPAPER_CONFIG_FILE:-$HOME/.config/wallpaper-spmenu/wallpaperrc}"
WALLPAPER_CONFIG_DIR="$(dirname "$WALLPAPER_CONFIG_FILE")"
WALLPAPER_DIR="${WALLPAPER_DIR:-$HOME/Wallpapers}" # Default wallpaper directory
DEFAULT_FEATURE="${DEFAULT_FEATURE:-pw}"