diff options
| author | h3xo <82811246+h3xOo@users.noreply.github.com> | 2022-03-29 03:13:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-29 01:13:28 +0000 |
| commit | 06b7e28be3aa8d642e2d786873671a785a93187e (patch) | |
| tree | d07ca420a09c1faed9202813f90cd42cb74fee93 /.local/bin/setbg | |
| parent | 975353bf7193c02a9cbcbf237e339a28fe655aa8 (diff) | |
| download | eibhear-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/bin/setbg')
| -rwxr-xr-x | .local/bin/setbg | 2 |
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" |
