From 6c38051d94805391b76b18298b991004902592f5 Mon Sep 17 00:00:00 2001 From: "Archie Hilton (thytom)" Date: Wed, 6 Nov 2019 15:01:19 +0000 Subject: [PATCH] Removed mpd from the default config --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 98bad4e..6e8f6cd 100644 --- a/config +++ b/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"