lux-shell/config/Config.qml
2025-08-28 10:40:54 -04:00

9 lines
121 B
QML

pragma Singleton
import Quickshell
Singleton {
id: root
readonly property PowerMenu powermenu: PowerMenu {}
}