From 06b7e28be3aa8d642e2d786873671a785a93187e Mon Sep 17 00:00:00 2001 From: h3xo <82811246+h3xOo@users.noreply.github.com> Date: Tue, 29 Mar 2022 03:13:28 +0200 Subject: [PATCH] remove typo in bgloc (#1096) path should be "$HOME/.local/share" (there's an extra slash) --- .local/bin/setbg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/setbg b/.local/bin/setbg index b0938fd..2829896 100755 --- a/.local/bin/setbg +++ b/.local/bin/setbg @@ -7,7 +7,7 @@ # If wal is installed, also generates a colorscheme. # Location of link to wallpaper link. -bgloc="${XDG_DATA_HOME:-$HOME/.local/share/}/bg" +bgloc="${XDG_DATA_HOME:-$HOME/.local/share}/bg" # Configuration files of applications that have their themes changed by pywal. dunstconf="${XDG_CONFIG_HOME:-$HOME/.config}/dunst/dunstrc"