forked from Shinonome/dots-hyprland
bg clock: dont enable hour marks by default
This commit is contained in:
@@ -137,7 +137,7 @@ Singleton {
|
|||||||
property string secondHandStyle: "dot" // Options: "dot", "line" , "hide"
|
property string secondHandStyle: "dot" // Options: "dot", "line" , "hide"
|
||||||
property string dateStyle: "bubble" // Options: "border", "rect", "bubble" , "hide"
|
property string dateStyle: "bubble" // Options: "border", "rect", "bubble" , "hide"
|
||||||
property bool timeIndicators: true
|
property bool timeIndicators: true
|
||||||
property bool hourMarks: true
|
property bool hourMarks: false
|
||||||
property bool dateInClock: true
|
property bool dateInClock: true
|
||||||
property bool constantlyRotate: false
|
property bool constantlyRotate: false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user