From 81b8ff31d845d31bc8116c6a3cb3702c8a85be70 Mon Sep 17 00:00:00 2001 From: Kaj Date: Sat, 26 Jul 2025 06:16:52 +0200 Subject: 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 Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> --- modules/bar/popouts/Content.qml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/bar/popouts/Content.qml') 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] -- cgit v1.2.3-freya