diff options
author | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-21 19:44:10 +0100 |
---|---|---|
committer | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-21 19:44:10 +0100 |
commit | 6f0196f81fd3455532dd87fd31108ec85b85b69e (patch) | |
tree | 029d478055e48ed82cddfd441032a22e9d9f9eb4 /dwmbar | |
parent | 1ae2767c7d40b97af68b9133497a3d95fd1b5075 (diff) |
Many changes to dwmbarrc location.
Also changed the path to the working directory for the time being.
Diffstat (limited to 'dwmbar')
-rwxr-xr-x | dwmbar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/bash VERSION="0.0.1" -RC_LOCATION="/home/$USER/.config/dwmbar/dwmbarrc" +RC_LOCATION="./dwmbarrc" if [[ -f $DEFAULT_RC_LOCATION ]]; then >&2 echo "No dwmbarrc found." |