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