From 43af16801fcbb7056a51ed5fd6539c74ff5c0379 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 12 Sep 2025 14:21:21 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/Bar.qml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'accounts/gkleen@sif/shell/quickshell/Bar.qml') diff --git a/accounts/gkleen@sif/shell/quickshell/Bar.qml b/accounts/gkleen@sif/shell/quickshell/Bar.qml index f8092604..7f97bd75 100644 --- a/accounts/gkleen@sif/shell/quickshell/Bar.qml +++ b/accounts/gkleen@sif/shell/quickshell/Bar.qml @@ -1,4 +1,5 @@ import Quickshell +import Quickshell.Wayland import QtQuick PanelWindow { @@ -6,6 +7,8 @@ PanelWindow { required property var screen + WlrLayershell.namespace: "bar" + anchors { top: true left: true @@ -63,6 +66,10 @@ PanelWindow { anchors.verticalCenter: parent.verticalCenter spacing: 0 + WorktimeWidget { command: "time"; } + + WorktimeWidget { command: "today"; } + KeyboardLayout {} Item { -- cgit v1.2.3