remove typo in bgloc (#1096)
path should be "$HOME/.local/share" (there's an extra slash)
This commit is contained in:
parent
975353bf71
commit
06b7e28be3
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue