summaryrefslogtreecommitdiff
path: root/config/SidebarConfig.qml
blob: a871562b99605007cc90b9b3eaee62fc1fc93fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
import Quickshell.Io

JsonObject {
    property bool enabled: true
    property int dragThreshold: 80
    property Sizes sizes: Sizes {}

    component Sizes: JsonObject {
        property int width: 430
    }
}