blob: b9fa364cbaee091472940ebe8941b3508699805b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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"]
}
}
|