forked from Shinonome/dots-hyprland
make MinuteMarks not rely on cascading
This commit is contained in:
@@ -16,8 +16,7 @@ Item {
|
||||
|
||||
Canvas {
|
||||
z: 0
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
anchors.fill: parent
|
||||
rotation: {
|
||||
if (!Config.options.time.secondPrecision) return 0;
|
||||
return (secondHandLoader.item.rotation + 45); // +45 degrees to align text's center
|
||||
|
||||
Reference in New Issue
Block a user