Files
quickshell-config/shell.qml
2025-10-01 16:09:56 -04:00

12 lines
176 B
QML

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