forked from Shinonome/dots-hyprland
fix right bubble show month number
This commit is contained in:
@@ -163,7 +163,7 @@ Item {
|
|||||||
StyledText {
|
StyledText {
|
||||||
z: 6
|
z: 6
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: DateTime.date.substring(5, 7)
|
text: DateTime.date.substring(8, 10)
|
||||||
color: Appearance.colors.colTertiary
|
color: Appearance.colors.colTertiary
|
||||||
opacity: root.style === "bubble" ? 1.0 : 0
|
opacity: root.style === "bubble" ? 1.0 : 0
|
||||||
font {
|
font {
|
||||||
|
|||||||
Reference in New Issue
Block a user