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 38225d74..3652af54 100644 --- a/accounts/gkleen@sif/shell/quickshell/Bar.qml +++ b/accounts/gkleen@sif/shell/quickshell/Bar.qml | |||
@@ -64,6 +64,13 @@ PanelWindow { | |||
64 | anchors.verticalCenter: parent.verticalCenter | 64 | anchors.verticalCenter: parent.verticalCenter |
65 | spacing: 0 | 65 | spacing: 0 |
66 | 66 | ||
67 | PipewireWidget {} | ||
68 | |||
69 | Item { | ||
70 | height: parent.height | ||
71 | width: 4 | ||
72 | } | ||
73 | |||
67 | SystemTray {} | 74 | SystemTray {} |
68 | 75 | ||
69 | Item { | 76 | Item { |