summaryrefslogtreecommitdiff
path: root/config/ServiceConfig.qml
blob: ddc41dfdadeb75ac145e3569e92f58d7dd252f7b (plain)
1
2
3
4
5
6
7
8
9
import Quickshell.Io
import QtQuick

JsonObject {
    property bool useTwelveHourClock: Qt.locale().timeFormat(Locale.ShortFormat).toLowerCase().includes("a")
    property real audioIncrement: 0.1
    property real brightnessIncrement: 0.1
    property real maxVolume: 1.0
}