nosignal-shell/config/SidebarConfig.qml
2 * r + 2 * t 85d575f6c1 feat: add sidebar
WIP
2025-09-18 15:19:15 +10:00

11 lines
212 B
QML

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