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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user