mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-09 14:19:43 +00:00
Added offline modules in dwmbarrc
This commit is contained in:
parent
62256399b9
commit
28a7cacf52
1 changed files with 4 additions and 1 deletions
5
dwmbarrc
5
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
|
||||
|
|
Loading…
Reference in a new issue