mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
fix right bubble show month number
This commit is contained in:
@@ -163,7 +163,7 @@ Item {
|
||||
StyledText {
|
||||
z: 6
|
||||
anchors.centerIn: parent
|
||||
text: DateTime.date.substring(5, 7)
|
||||
text: DateTime.date.substring(8, 10)
|
||||
color: Appearance.colors.colTertiary
|
||||
opacity: root.style === "bubble" ? 1.0 : 0
|
||||
font {
|
||||
|
||||
Reference in New Issue
Block a user