summaryrefslogtreecommitdiff
path: root/modules/bar
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-10 14:31:12 -0500
committerATMDA <atdma2600@gmail.com>2025-11-10 14:31:12 -0500
commita48bb8a0a38f637f61b971e74c40649cbe0ccd63 (patch)
tree65a6368452e4816b265b606a4b27322f00e59f0a /modules/bar
parentstatusicons: sound input/output now opens controlcenter instead of pavucontrol (diff)
downloadcaelestia-shell-a48bb8a0a38f637f61b971e74c40649cbe0ccd63.tar.gz
caelestia-shell-a48bb8a0a38f637f61b971e74c40649cbe0ccd63.tar.bz2
caelestia-shell-a48bb8a0a38f637f61b971e74c40649cbe0ccd63.zip
statusicons: made panel open in detach to match the bluetooth icon
Diffstat (limited to 'modules/bar')
-rw-r--r--modules/bar/popouts/Audio.qml6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/bar/popouts/Audio.qml b/modules/bar/popouts/Audio.qml
index 5803f1b..55a30a2 100644
--- a/modules/bar/popouts/Audio.qml
+++ b/modules/bar/popouts/Audio.qml
@@ -4,7 +4,6 @@ import qs.components
import qs.components.controls
import qs.services
import qs.config
-import qs.modules.controlcenter
import Quickshell
import Quickshell.Services.Pipewire
import QtQuick
@@ -118,8 +117,7 @@ Item {
color: Colours.palette.m3onPrimaryContainer
function onClicked(): void {
- root.wrapper.hasCurrent = false;
- WindowFactory.create(null, { active: "audio" });
+ root.wrapper.detach("audio");
}
}
@@ -131,7 +129,7 @@ Item {
StyledText {
Layout.leftMargin: Appearance.padding.smaller
- text: qsTr("Open settings")
+ text: qsTr("Open panel")
color: Colours.palette.m3onPrimaryContainer
}