summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorh3xo <82811246+h3xOo@users.noreply.github.com>2022-03-29 03:13:28 +0200
committerGitHub <noreply@github.com>2022-03-29 01:13:28 +0000
commit06b7e28be3aa8d642e2d786873671a785a93187e (patch)
treed07ca420a09c1faed9202813f90cd42cb74fee93 /.local
parent975353bf7193c02a9cbcbf237e339a28fe655aa8 (diff)
downloadeibhear-06b7e28be3aa8d642e2d786873671a785a93187e.tar.gz
eibhear-06b7e28be3aa8d642e2d786873671a785a93187e.tar.zst
eibhear-06b7e28be3aa8d642e2d786873671a785a93187e.zip
remove typo in bgloc (#1096)
path should be "$HOME/.local/share" (there's an extra slash)
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/setbg2
1 files changed, 1 insertions, 1 deletions
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"