aboutsummaryrefslogtreecommitdiff
path: root/dwmbar
diff options
context:
space:
mode:
authorArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-10-21 19:44:10 +0100
committerArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-10-21 19:44:10 +0100
commit6f0196f81fd3455532dd87fd31108ec85b85b69e (patch)
tree029d478055e48ed82cddfd441032a22e9d9f9eb4 /dwmbar
parent1ae2767c7d40b97af68b9133497a3d95fd1b5075 (diff)
Many changes to dwmbarrc location.
Also changed the path to the working directory for the time being.
Diffstat (limited to 'dwmbar')
-rwxr-xr-xdwmbar2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwmbar b/dwmbar
index 937ca55..195bd31 100755
--- a/dwmbar
+++ b/dwmbar
@@ -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."