diff options
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Bar.qml')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Bar.qml | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
1 | import Quickshell | 1 | import Quickshell |
2 | import Quickshell.Wayland | ||
2 | import QtQuick | 3 | import QtQuick |
3 | 4 | ||
4 | PanelWindow { | 5 | PanelWindow { |
@@ -6,6 +7,8 @@ PanelWindow { | |||
6 | 7 | ||
7 | required property var screen | 8 | required property var screen |
8 | 9 | ||
10 | WlrLayershell.namespace: "bar" | ||
11 | |||
9 | anchors { | 12 | anchors { |
10 | top: true | 13 | top: true |
11 | left: true | 14 | left: true |
@@ -63,6 +66,10 @@ PanelWindow { | |||
63 | anchors.verticalCenter: parent.verticalCenter | 66 | anchors.verticalCenter: parent.verticalCenter |
64 | spacing: 0 | 67 | spacing: 0 |
65 | 68 | ||
69 | WorktimeWidget { command: "time"; } | ||
70 | |||
71 | WorktimeWidget { command: "today"; } | ||
72 | |||
66 | KeyboardLayout {} | 73 | KeyboardLayout {} |
67 | 74 | ||
68 | Item { | 75 | Item { |