scheme setter, light mode?
This commit is contained in:
+3
-2
@@ -5,14 +5,15 @@ JsonObject {
|
||||
property string logo: ""
|
||||
property string wallpaperPath: Quickshell.env("HOME") + "/Pictures/Wallpapers"
|
||||
property bool wallust: false
|
||||
property bool schemeGeneration: true
|
||||
property Apps apps: Apps {}
|
||||
property Idle idle: Idle {}
|
||||
|
||||
component Apps: JsonObject {
|
||||
property list<string> terminal: ["foot"]
|
||||
property list<string> terminal: ["kitty"]
|
||||
property list<string> audio: ["pavucontrol"]
|
||||
property list<string> playback: ["mpv"]
|
||||
property list<string> explorer: ["thunar"]
|
||||
property list<string> explorer: ["dolphin"]
|
||||
}
|
||||
|
||||
component Idle: JsonObject {
|
||||
|
||||
Reference in New Issue
Block a user