summaryrefslogtreecommitdiff
path: root/modules/bar/popouts/Content.qml
diff options
context:
space:
mode:
authorKaj <kajgiesbers@hotmail.com>2025-07-26 06:16:52 +0200
committerGitHub <noreply@github.com>2025-07-26 14:16:52 +1000
commit81b8ff31d845d31bc8116c6a3cb3702c8a85be70 (patch)
treef627a90f016cfb5af80e8d385ced6d4376842a69 /modules/bar/popouts/Content.qml
parentfeat: improve network popout (#268) (diff)
downloadcaelestia-shell-81b8ff31d845d31bc8116c6a3cb3702c8a85be70.tar.gz
caelestia-shell-81b8ff31d845d31bc8116c6a3cb3702c8a85be70.tar.bz2
caelestia-shell-81b8ff31d845d31bc8116c6a3cb3702c8a85be70.zip
config: enable/disable status icons (#243)
* Adds ability to disable/enable status icons Improves the hover calculations so that it's not hardcoded. This should make it easier to add/remove status icons. Also adds an optional audio status icon. * status: move config to barconfig * fixes * fix merge * loader icons * fix audio popout --------- Co-authored-by: Kaj Giesbers <kajgiesbers@gmail.com> Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
Diffstat (limited to 'modules/bar/popouts/Content.qml')
-rw-r--r--modules/bar/popouts/Content.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/bar/popouts/Content.qml b/modules/bar/popouts/Content.qml
index 42e138d..5b396a9 100644
--- a/modules/bar/popouts/Content.qml
+++ b/modules/bar/popouts/Content.qml
@@ -45,6 +45,13 @@ Item {
source: "Battery.qml"
}
+ Popout {
+ name: "audio"
+ sourceComponent: Audio {
+ wrapper: root.wrapper
+ }
+ }
+
Repeater {
model: ScriptModel {
values: [...SystemTray.items.values]