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