12 lines
310 B
QML
12 lines
310 B
QML
import Quickshell.Io
|
|
|
|
JsonObject {
|
|
property Apps apps: Apps {}
|
|
|
|
component Apps: JsonObject {
|
|
property list<string> terminal: ["foot"]
|
|
property list<string> audio: ["pavucontrol"]
|
|
property list<string> playback: ["mpv"]
|
|
property list<string> explorer: ["thunar"]
|
|
}
|
|
}
|