10 lines
211 B
QML
10 lines
211 B
QML
import Quickshell.Io
|
|
|
|
JsonObject {
|
|
property Apps apps: Apps {}
|
|
|
|
component Apps: JsonObject {
|
|
property list<string> terminal: ["foot"]
|
|
property list<string> audio: ["pavucontrol"]
|
|
}
|
|
}
|