diff options
author | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-11-04 09:21:40 +0000 |
---|---|---|
committer | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-11-04 09:21:40 +0000 |
commit | 71da49fab712a47a7969f70c6a29a4bc4b6d5a03 (patch) | |
tree | 71406c76c582b3cef01efbc9997a9de9d03282ca /dwmbar | |
parent | 15dc3c709fb7138f3402f872634a2e3d0dc9bd60 (diff) |
Internet is off on startup. Cleaned up bar.sh and config
Diffstat (limited to 'dwmbar')
-rwxr-xr-x | dwmbar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(){ |