summaryrefslogtreecommitdiff
path: root/modules/bar/components/Clock.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 18:47:45 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 18:47:45 +1000
commit169450aa2e9d9058686aab0f7cf54b728ecd6efa (patch)
tree22b84e83831f975db86c676ef4716815f59ab10d /modules/bar/components/Clock.qml
parentbar: increase spacing between pill content (diff)
downloadcaelestia-shell-169450aa2e9d9058686aab0f7cf54b728ecd6efa.tar.gz
caelestia-shell-169450aa2e9d9058686aab0f7cf54b728ecd6efa.tar.bz2
caelestia-shell-169450aa2e9d9058686aab0f7cf54b728ecd6efa.zip
feat: bar bluetooth devices
Diffstat (limited to 'modules/bar/components/Clock.qml')
-rw-r--r--modules/bar/components/Clock.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar/components/Clock.qml b/modules/bar/components/Clock.qml
index 91e978c..c4764a5 100644
--- a/modules/bar/components/Clock.qml
+++ b/modules/bar/components/Clock.qml
@@ -19,7 +19,7 @@ StyledRect {
prevAnchor: icon
horizontalAlignment: StyledText.AlignHCenter
- text: root.vertical ? Time.format("hh\nmm") : Time.format("dd/MM/yy hh:mm")
+ text: root.vertical ? Time.format("hh\nmm") : Time.format("hh:mm • dddd, dd MMMM")
font.pointSize: Appearance.font.size.smaller
font.family: Appearance.font.family.mono
color: root.colour