summaryrefslogtreecommitdiff
path: root/config/SessionConfig.qml
blob: ba4db0c1b57dfe2e59b2515aa4fcd836f5db5f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
pragma Singleton

import Quickshell
import QtQuick

Singleton {
    readonly property Sizes sizes: Sizes {}

    component Sizes: QtObject {
        readonly property int button: 80
    }
}