forked from Shinonome/dots-hyprland
change 'rotating' dateStyle radius, fix bubble dateStyle
This commit is contained in:
@@ -11,7 +11,7 @@ Item {
|
||||
|
||||
MaterialCookie {
|
||||
z: 5
|
||||
sides: 4
|
||||
sides: bubbleIndex === 0 ? 4 : 1
|
||||
anchors.centerIn: parent
|
||||
color: bubbleIndex === 0.0 ? Appearance.colors.colPrimaryContainer : Appearance.colors.colTertiaryContainer
|
||||
implicitSize: root.style === "bubble" ? root.dateSquareSize : 0
|
||||
|
||||
Reference in New Issue
Block a user