diff options
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Bar.qml')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Bar.qml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Bar.qml b/accounts/gkleen@sif/shell/quickshell/Bar.qml index aab1607f..3652af54 100644 --- a/accounts/gkleen@sif/shell/quickshell/Bar.qml +++ b/accounts/gkleen@sif/shell/quickshell/Bar.qml | |||
@@ -7,8 +7,6 @@ PanelWindow { | |||
7 | 7 | ||
8 | required property var screen | 8 | required property var screen |
9 | 9 | ||
10 | property var calendarMouseArea: clock.calendarMouseArea | ||
11 | |||
12 | anchors { | 10 | anchors { |
13 | top: true | 11 | top: true |
14 | left: true | 12 | left: true |
@@ -66,6 +64,13 @@ PanelWindow { | |||
66 | anchors.verticalCenter: parent.verticalCenter | 64 | anchors.verticalCenter: parent.verticalCenter |
67 | spacing: 0 | 65 | spacing: 0 |
68 | 66 | ||
67 | PipewireWidget {} | ||
68 | |||
69 | Item { | ||
70 | height: parent.height | ||
71 | width: 4 | ||
72 | } | ||
73 | |||
69 | SystemTray {} | 74 | SystemTray {} |
70 | 75 | ||
71 | Item { | 76 | Item { |
@@ -80,8 +85,6 @@ PanelWindow { | |||
80 | width: 4 | 85 | width: 4 |
81 | } | 86 | } |
82 | 87 | ||
83 | Clock { | 88 | Clock {} |
84 | id: clock | ||
85 | } | ||
86 | } | 89 | } |
87 | } \ No newline at end of file | 90 | } \ No newline at end of file |