aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-10-22 18:54:59 +0100
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-10-22 18:54:59 +0100
commit28a7cacf52269889a3ee7324083be60b6481f603 (patch)
treeca8017d0ae1f2d7ccd3ed83d78f8fc94c7957e50
parent62256399b9ad463fbc34f0b97d861f65cab25356 (diff)
Added offline modules in dwmbarrc
-rwxr-xr-xdwmbarrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/dwmbarrc b/dwmbarrc
index 96cb529..25542df 100755
--- a/dwmbarrc
+++ b/dwmbarrc
@@ -8,7 +8,10 @@ CUSTOM_DIR="$MODULES_DIR/custom/"
SEPARATOR=" | "
# Add and remove modules here
-MODULES="wifi internet bluetooth volume temperature date time battery"
+# Modules that dont require an internet conneciton
+OFFLINE_MODULES="wifi internet bluetooth volume temperature date time battery"
+# Modules that require an internet connection
+ONLINE_MODULES=""
run_modules(){
for module in $MODULES; do