nosignal-shell/config/LauncherConfig.qml
2025-05-02 13:46:44 +10:00

12 lines
181 B
QML

pragma Singleton
import Quickshell
import QtQuick
Singleton {
readonly property Sizes sizes: Sizes {}
component Sizes: QtObject {
property int width: 600
}
}