From c584329c04c0fa590f9c54e7f6cfd0fa021fd0cb Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 15 Oct 2020 19:36:15 -0400 Subject: correct setbg script, separate date/time in dwmbar --- .local/bin/setbg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.local/bin/setbg') diff --git a/.local/bin/setbg b/.local/bin/setbg index 03f2bd0..b32783b 100755 --- a/.local/bin/setbg +++ b/.local/bin/setbg @@ -4,10 +4,9 @@ # Run by itself, set the wallpaper (at X start). # If given a file, set that as the new wallpaper. # If given a directory, choose random file in it. -# If wal is installed, also generate a colorscheme. # Location of link to wallpaper link. -bgloc="${XDG_CACHE_HOME:-$HOME/.cache/}/wall.png" +bgloc="${XDG_CACHE_HOME:-$HOME/.cache/}wall.png" [ -f "$1" ] && ln -sf "$(readlink -f "$1")" "$bgloc" && notify-send -i "$bgloc" "Changing wallpaper..." -- cgit v1.2.3