aboutsummaryrefslogtreecommitdiff
path: root/dwmbar
diff options
context:
space:
mode:
authorArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-11-01 18:36:07 +0000
committerArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-11-01 18:36:07 +0000
commit15dc3c709fb7138f3402f872634a2e3d0dc9bd60 (patch)
treea94c8ed37d96224ce22e8208e39d50e96dc2c93e /dwmbar
parent1ee52f23d35389d892af8b9836a237acbf93d7b8 (diff)
Removed debugging messages
Diffstat (limited to 'dwmbar')
-rwxr-xr-xdwmbar3
1 files changed, 1 insertions, 2 deletions
diff --git a/dwmbar b/dwmbar
index 166c4ad..dcb65e0 100755
--- a/dwmbar
+++ b/dwmbar
@@ -87,6 +87,5 @@ while :; do
INTERNET=1
fi
fi
- xsetroot -name "$INTERNET $(exec $DEFAULT_BAR_LOCATION)"
- # xsetroot -name "$INTERNET"
+ xsetroot -name "$(exec $DEFAULT_BAR_LOCATION)"
done