init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
|
||||
import "./modules"
|
||||
|
||||
ShellRoot {
|
||||
id: root
|
||||
|
||||
function toggleAudioMixer() {
|
||||
audioMixer.visible = !audioMixer.visible;
|
||||
}
|
||||
|
||||
AudioMixer {
|
||||
id: audioMixer
|
||||
visible: false
|
||||
}
|
||||
OSD {}
|
||||
BrightnessOSD {}
|
||||
Bar {}
|
||||
}
|
||||
Reference in New Issue
Block a user