From 3e057c829dcfadf10374bd648b8894ffacf1765c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 19 Mar 2026 22:40:25 +1100 Subject: [PATCH] bar: dont show date by default --- config/BarConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/BarConfig.qml b/config/BarConfig.qml index d3e892aa..463302ab 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -114,7 +114,7 @@ JsonObject { component Clock: JsonObject { property bool background: false - property bool showDate: true + property bool showDate: false property bool showIcon: true }