Files
z-bar-qt/Config/Services.qml
Zacharias-Brohn 53fe85c455 dashboard
2026-02-14 00:14:18 +01:00

15 lines
284 B
QML

import Quickshell.Io
import QtQuick
JsonObject {
property string weatherLocation: ""
property real brightnessIncrement: 0.1
property string defaultPlayer: "Spotify"
property list<var> playerAliases: [
{
"from": "com.github.th_ch.youtube_music",
"to": "YT Music"
}
]
}