mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-08 18:29:45 +00:00
This commit is contained in:
parent
62b8002248
commit
95bd5767ae
1 changed files with 2 additions and 2 deletions
|
@ -44,14 +44,14 @@ init_config () {
|
|||
dunst_paused_state="$(dunstctl is-paused)"
|
||||
|
||||
# read user config
|
||||
USER_CONF="$HOME/.config/betterlockscreenrc"
|
||||
USER_CONF="${XDG_CONFIG_HOME:-$HOME/.config}/betterlockscreenrc"
|
||||
if [ -e "$USER_CONF" ]; then
|
||||
# shellcheck source=/dev/null
|
||||
source "$USER_CONF"
|
||||
fi
|
||||
|
||||
# paths
|
||||
CACHE_DIR="$HOME/.cache/i3lock"
|
||||
CACHE_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/betterlockscreen"
|
||||
CUR_DIR="$CACHE_DIR/current"
|
||||
|
||||
# wallpaper
|
||||
|
|
Loading…
Reference in a new issue