summaryrefslogtreecommitdiff
path: root/modules/bar/Clock.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-28 13:21:04 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-28 13:21:04 +1000
commit7e532dbe850bf12a48b992d76efda3ce9f095875 (patch)
tree23f56419ecee2add2e4b4ec3e9147d7d386d1462 /modules/bar/Clock.qml
parentrefactor: no need for clippingbox (diff)
downloadcaelestia-shell-7e532dbe850bf12a48b992d76efda3ce9f095875.tar.gz
caelestia-shell-7e532dbe850bf12a48b992d76efda3ce9f095875.tar.bz2
caelestia-shell-7e532dbe850bf12a48b992d76efda3ce9f095875.zip
feat: bar workspaces
Diffstat (limited to 'modules/bar/Clock.qml')
-rw-r--r--modules/bar/Clock.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/bar/Clock.qml b/modules/bar/Clock.qml
index 99bae22..0daf0c8 100644
--- a/modules/bar/Clock.qml
+++ b/modules/bar/Clock.qml
@@ -9,11 +9,13 @@ BoxLayout {
readonly property color colour: Appearance.colours.peach
+ padding: [Appearance.padding.smaller, 0]
+
MaterialIcon {
text: "calendar_month"
color: root.colour
- Layout.alignment: Qt.AlignCenter
+ Layout.alignment: Layout.Center
}
Label {
@@ -23,6 +25,6 @@ BoxLayout {
font.family: Appearance.font.family.mono
color: root.colour
- Layout.alignment: Qt.AlignCenter
+ Layout.alignment: Layout.Center
}
}