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
+5
View File
@@ -8,6 +8,7 @@ import "./modules/wp"
import "./modules/wlogout"
import "./modules/jl"
import "./modules/background"
import "./modules/VolumeChangeOSD"
ShellRoot {
id: root
@@ -26,6 +27,10 @@ ShellRoot {
id : wlLoader
}
//VolumeChangeOSD
SourceOSD {}
SinkOSD {}
// Background {}
function openWlogout() {