diff --git a/.config/quickshell/ii/modules/common/Config.qml b/.config/quickshell/ii/modules/common/Config.qml index 81edcf9c5..58ed95e37 100644 --- a/.config/quickshell/ii/modules/common/Config.qml +++ b/.config/quickshell/ii/modules/common/Config.qml @@ -137,7 +137,7 @@ Singleton { property string secondHandStyle: "dot" // Options: "dot", "line" , "hide" property string dateStyle: "bubble" // Options: "border", "rect", "bubble" , "hide" property bool timeIndicators: true - property bool hourMarks: true + property bool hourMarks: false property bool dateInClock: true property bool constantlyRotate: false }