diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-03-28 21:57:49 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2022-03-28 21:57:49 -0400 |
| commit | 1e5c4ee91fb654b5fbf8b47fa548f4cfa6e1f8cb (patch) | |
| tree | 8cb2403d8217c6c61efa341f63c74fc7e8a6f035 /.local/bin/setbg | |
| parent | 9e03472165bb61c38266adcdd36f4e42d32230e8 (diff) | |
| parent | 953d85619a8637e64da5344e727f443046187c74 (diff) | |
| download | eibhear-1e5c4ee91fb654b5fbf8b47fa548f4cfa6e1f8cb.tar.gz eibhear-1e5c4ee91fb654b5fbf8b47fa548f4cfa6e1f8cb.tar.zst eibhear-1e5c4ee91fb654b5fbf8b47fa548f4cfa6e1f8cb.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
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" |
