From ffc006bd99f9881bc585bd231f7911e60f7f0741 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Sat, 26 Jul 2025 18:25:45 -0500 Subject: [PATCH] change default config to just clock --- config/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.json b/config/config.json index 6ccbdc5d..ef576e9a 100644 --- a/config/config.json +++ b/config/config.json @@ -75,7 +75,7 @@ "use_short_date_format": true }, "clock": { - "enabled": false, + "enabled": true, "format": "%I:%M %p", "update_interval": 1 }, @@ -346,13 +346,13 @@ } }, "music": { - "enabled": true, + "enabled": false, "preferred_source": "ytm", "YTM_COMPANION_URL": "http://192.168.86.12:9863", "POLLING_INTERVAL_SECONDS": 1 }, "of_the_day": { - "enabled": true, + "enabled": false, "display_rotate_interval": 20, "update_interval": 3600, "subtitle_rotate_interval": 10,