From 3d300067f6e179e03d1983159b81e1c2cfe2fa8c Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Fri, 16 Jan 2026 11:04:25 -0500 Subject: refactor qs bar --- .config/quickshell/Modules/Wall.qml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.config/quickshell/Modules/Wall.qml') 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") @@ -36,6 +37,12 @@ Variants { font { family: root.fontFamily; weight: 800; pixelSize: root.fontSize * 7 } } + 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 -- cgit v1.2.3