commit 38497bc704d04c5b5f6d6bb7a822fabe46bded28
parent a6e7fd4ba7a76f16075a2e6e357af05826bae8d4
Author: Luke Smith <luke@lukesmith.xyz>
Date: Wed, 8 Apr 2020 11:25:28 -0400
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.cache/bg b/.cache/bg
@@ -1 +0,0 @@
-../.config/wall.png-
\ No newline at end of file
diff --git a/.local/bin/setbg b/.local/bin/setbg
@@ -7,7 +7,7 @@
# If wal is installed, also generate a colorscheme.
# Location of link to wallpaper link.
-bgloc="${XDG_CACHE_HOME:-$HOME/.cache/}/bg"
+bgloc="${XDG_DATA_HOME:-$HOME/.local/share/}/bg"
[ -f "$1" ] && ln -sf "$(readlink -f "$1")" "$bgloc" && notify-send -i "$bgloc" "Changing wallpaper..."
diff --git a/.local/share/bg b/.local/share/bg
@@ -0,0 +1 @@
+../../.config/wall.png+
\ No newline at end of file