diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-10 15:57:11 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-10 15:57:11 -0500 |
| commit | 7ad940ea9f651187118048179689dfdbbdc71427 (patch) | |
| tree | df960d8df46e1dd8c0a380ce6f5d5534c96273e9 /modules/controlcenter/Panes.qml | |
| parent | statusicons: made panel open in detach to match the bluetooth icon (diff) | |
| download | caelestia-shell-7ad940ea9f651187118048179689dfdbbdc71427.tar.gz caelestia-shell-7ad940ea9f651187118048179689dfdbbdc71427.tar.bz2 caelestia-shell-7ad940ea9f651187118048179689dfdbbdc71427.zip | |
controlcenter: taskbar object toggles
Diffstat (limited to 'modules/controlcenter/Panes.qml')
| -rw-r--r-- | modules/controlcenter/Panes.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/controlcenter/Panes.qml b/modules/controlcenter/Panes.qml index 4f4a337..b30bcf2 100644 --- a/modules/controlcenter/Panes.qml +++ b/modules/controlcenter/Panes.qml @@ -5,6 +5,7 @@ import "bluetooth" import "network" import "audio" import "appearance" +import "taskbar" import qs.components import qs.services import qs.config @@ -60,6 +61,13 @@ ClippingRectangle { } } + Pane { + index: 5 + sourceComponent: TaskbarPane { + session: root.session + } + } + Behavior on y { Anim {} } |