aboutsummaryrefslogtreecommitdiff
path: root/dwmbar
diff options
context:
space:
mode:
authorArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-11-04 09:21:40 +0000
committerArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-11-04 09:21:40 +0000
commit71da49fab712a47a7969f70c6a29a4bc4b6d5a03 (patch)
tree71406c76c582b3cef01efbc9997a9de9d03282ca /dwmbar
parent15dc3c709fb7138f3402f872634a2e3d0dc9bd60 (diff)
Internet is off on startup. Cleaned up bar.sh and config
Diffstat (limited to 'dwmbar')
-rwxr-xr-xdwmbar2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwmbar b/dwmbar
index dcb65e0..4617cf3 100755
--- a/dwmbar
+++ b/dwmbar
@@ -25,7 +25,7 @@ CUSTOM_DIR="$CONFIG_DIR/custom"
CONFIG_FILE="$CONFIG_DIR/config"
CACHE_DIR="$CONFIG_DIR/.cache"
-INTERNET=0
+INTERNET=1
export INTERNET
print_help(){