mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-23 01:09:58 -05:00
clock tooltip: not show redundant time
This commit is contained in:
@@ -52,7 +52,7 @@ StyledPopup {
|
|||||||
StyledText {
|
StyledText {
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
color: Appearance.colors.colOnSurfaceVariant
|
color: Appearance.colors.colOnSurfaceVariant
|
||||||
text: `${root.formattedDate} • ${root.formattedTime}`
|
text: `${root.formattedDate}`
|
||||||
font.weight: Font.Medium
|
font.weight: Font.Medium
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user