Files
quickshell-config/shell.qml

13 lines
192 B
QML

//@ pragma UseQApplication
import Quickshell
import qs.bar
import qs.osd
import qs.background
Scope {
Bar {}
VolumeDisplay {}
//MediaControls {}
NotificationPanel {}
Background {}
}