8 lines
129 B
QML
8 lines
129 B
QML
import Quickshell.Io
|
|
import QtQuick
|
|
|
|
JsonObject {
|
|
property string weatherLocation: ""
|
|
property real brightnessIncrement: 0.1
|
|
}
|