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

import Quickshell
import QtQuick

Singleton {
    property bool vertical: false

    readonly property QtObject workspaces: QtObject {
        property int shown: 10
        property string style: ""
    }
}