From 3d5c43135ae2a3a475758796ce478e0a45bfb2d1 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 8 Mar 2026 19:31:35 +0100 Subject: [PATCH] set default calendar locale to C instead of bri'ish --- dots/.config/quickshell/ii/modules/common/Config.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/common/Config.qml b/dots/.config/quickshell/ii/modules/common/Config.qml index fb0817ed4..f658fa395 100644 --- a/dots/.config/quickshell/ii/modules/common/Config.qml +++ b/dots/.config/quickshell/ii/modules/common/Config.qml @@ -300,7 +300,7 @@ Singleton { } property JsonObject calendar: JsonObject { - property string locale: "en-GB" + property string locale: "C" property bool force2CharDayOfWeek: true property bool animate: false // Disabled by default cuz laggy property bool weekScrollPrecision: false // One scroll advances 1 week instead of 1 month