aboutsummaryrefslogtreecommitdiff
path: root/dwmbar
diff options
context:
space:
mode:
authorArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-10-21 20:40:41 +0100
committerArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-10-21 20:40:41 +0100
commit65dd35927896d0b65467820b60b384eb2b29c0c1 (patch)
tree47dd98a29a7c5b5edce7d6edf4246a264884a29b /dwmbar
parent71c3c2fc730c4ca12ad131e564beef274355485b (diff)
Updated TODO, and fixed installation script
Diffstat (limited to 'dwmbar')
-rwxr-xr-xdwmbar2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwmbar b/dwmbar
index a4818b6..a5ca45c 100755
--- a/dwmbar
+++ b/dwmbar
@@ -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."