aboutsummaryrefslogtreecommitdiff
path: root/dwmbar
diff options
context:
space:
mode:
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