summaryrefslogtreecommitdiff
path: root/modules/bar/Bar.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 19:57:07 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 19:57:07 +1000
commitae878e390fef99c6e7867b97fced78567e058ad0 (patch)
tree15bf235fa19c9ed0aaf121c064d3215cb8db9506 /modules/bar/Bar.qml
parentfeat: bar bluetooth devices (diff)
downloadcaelestia-shell-ae878e390fef99c6e7867b97fced78567e058ad0.tar.gz
caelestia-shell-ae878e390fef99c6e7867b97fced78567e058ad0.tar.bz2
caelestia-shell-ae878e390fef99c6e7867b97fced78567e058ad0.zip
feat: bar system tray
Diffstat (limited to 'modules/bar/Bar.qml')
-rw-r--r--modules/bar/Bar.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml
index 49ab55c..7608d49 100644
--- a/modules/bar/Bar.qml
+++ b/modules/bar/Bar.qml
@@ -10,14 +10,13 @@ import QtQuick.Controls
Variants {
model: Quickshell.screens
- WlrLayershell {
+ StyledWindow {
id: win
required property ShellScreen modelData
screen: modelData
- namespace: "caelestia-bar"
- color: "transparent"
+ name: "bar"
width: BarConfig.vertical ? BarConfig.preset.totalHeight : -1
height: BarConfig.vertical ? -1 : BarConfig.preset.totalHeight