forked from Shinonome/dots-hyprland
cookie clock: fix shadow not including date bubbles
This commit is contained in:
@@ -88,8 +88,8 @@ Item {
|
|||||||
source: cookie
|
source: cookie
|
||||||
anchors.fill: source
|
anchors.fill: source
|
||||||
horizontalOffset: 0
|
horizontalOffset: 0
|
||||||
verticalOffset: 2
|
verticalOffset: 1
|
||||||
radius: 12
|
radius: 8
|
||||||
samples: radius * 2 + 1
|
samples: radius * 2 + 1
|
||||||
color: root.colShadow
|
color: root.colShadow
|
||||||
transparentBorder: true
|
transparentBorder: true
|
||||||
@@ -103,7 +103,6 @@ Item {
|
|||||||
sides: Config.options.background.clock.cookie.sides
|
sides: Config.options.background.clock.cookie.sides
|
||||||
color: root.colBackground
|
color: root.colBackground
|
||||||
constantlyRotate: Config.options.background.clock.cookie.constantlyRotate
|
constantlyRotate: Config.options.background.clock.cookie.constantlyRotate
|
||||||
}
|
|
||||||
|
|
||||||
// Hour/minutes numbers/dots/lines
|
// Hour/minutes numbers/dots/lines
|
||||||
MinuteMarks {
|
MinuteMarks {
|
||||||
@@ -202,3 +201,4 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user