diff options
author | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-21 20:40:41 +0100 |
---|---|---|
committer | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-21 20:40:41 +0100 |
commit | 65dd35927896d0b65467820b60b384eb2b29c0c1 (patch) | |
tree | 47dd98a29a7c5b5edce7d6edf4246a264884a29b /dwmbar | |
parent | 71c3c2fc730c4ca12ad131e564beef274355485b (diff) |
Updated TODO, and fixed installation script
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="./dwmbarrc" +RC_LOCATION="/home/$USER/.config/dwmbar/dwmbarrc" if [[ -f $DEFAULT_RC_LOCATION ]]; then >&2 echo "No dwmbarrc found." |