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

JsonObject {
    property Sizes sizes: Sizes {}

    component Sizes: JsonObject {
        property real heightMult: 0.7
        property real ratio: 16 / 9
        property real expandedNavWidth: 180
    }
}