Files
z-bar-qt/Greeter/Config/SidebarConfig.qml
Zacharias-Brohn 6b482979fe greeter test
2026-03-18 23:39:37 +01:00

12 lines
161 B
QML

import Quickshell.Io
JsonObject {
property bool enabled: true
property Sizes sizes: Sizes {
}
component Sizes: JsonObject {
property int width: 430
}
}