Files
illogical-impulse/.config/quickshell/modules/common/ConfigOptions.qml
T
2025-04-11 01:16:55 +02:00

15 lines
288 B
QML

import QtQuick
import Quickshell
pragma Singleton
Singleton {
property QtObject bar: QtObject {
property int workspacesShown: 10
property int batteryLowThreshold: 20
}
property QtObject resources: QtObject {
property int updateInterval: 3000
}
}