feat: add volume change OSD modules for audio sink and source and added Default Sink and Source to the Bar

This commit is contained in:
Hannes
2026-08-24 20:31:44 +02:00
parent 776d25df0f
commit 230537699d
10 changed files with 353 additions and 3 deletions
+4 -2
View File
@@ -68,10 +68,12 @@ PanelWindow {
// TODO: Add bluetooth, network, audio, power, maybe HW monitor
Tray{}
// AudioSource{}
AudioSink{}
Battery{}
Network {}
Network{}
IdleButton { panelWindow: panel }
PowerButton {}
PowerButton{}
}
}