mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-09 14:19:43 +00:00
Removed mpd from the default config
This commit is contained in:
parent
23643fabad
commit
6c38051d94
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# What modules, in what order
|
||||
MODULES="mpd weather volumebar wifi internet cpuload temperature date time"
|
||||
MODULES="weather volumebar wifi internet cpuload temperature date time"
|
||||
|
||||
# Modules that require an active internet connection
|
||||
ONLINE_MODULES="weather internet"
|
||||
|
|
Loading…
Reference in a new issue