box provide padding and animate size and colour provide box and boxlayout for with/without layout provide clippingbox provide label for anim + rendertype configure QtQuick controls
13 lines
226 B
QML
13 lines
226 B
QML
pragma Singleton
|
|
|
|
import Quickshell
|
|
import QtQuick
|
|
|
|
Singleton {
|
|
property bool vertical: false
|
|
|
|
readonly property QtObject workspaces: QtObject {
|
|
property int shown: 10
|
|
property string style: ""
|
|
}
|
|
}
|