diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2026-01-16 11:04:25 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2026-01-16 11:06:33 -0500 |
| commit | 3d300067f6e179e03d1983159b81e1c2cfe2fa8c (patch) | |
| tree | 46981a14c530b6a1e897300372cefe83e0f491fe /.config/quickshell/Modules/Wall.qml | |
| parent | edf72cc5f6f005251ef77d585bdf800891866d8a (diff) | |
refactor qs bar
Diffstat (limited to '.config/quickshell/Modules/Wall.qml')
| -rw-r--r-- | .config/quickshell/Modules/Wall.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/quickshell/Modules/Wall.qml b/.config/quickshell/Modules/Wall.qml index b585c2e..213632a 100644 --- a/.config/quickshell/Modules/Wall.qml +++ b/.config/quickshell/Modules/Wall.qml @@ -29,6 +29,7 @@ Variants { ColumnLayout { x: 32 y: 80 + spacing: 8 Text { text: Qt.formatDateTime(Time.time, "hh:mm") @@ -37,6 +38,12 @@ Variants { } Text { + text: Qt.formatDateTime(Time.time, "dddd") + color: Flexoki.bg + font { family: root.fontFamily; weight: 300; pixelSize: root.fontSize * 3 } + } + + Text { text: Qt.formatDateTime(Time.time, "MMMM d, yyyy") color: Flexoki.bg font { family: root.fontFamily; weight: 300; pixelSize: root.fontSize * 2.25 } |
