scheme setter, light mode?

This commit is contained in:
Zacharias-Brohn
2026-02-19 01:10:46 +01:00
parent 646f70a98d
commit 7f8a516b4b
16 changed files with 333 additions and 42 deletions
+1
View File
@@ -123,6 +123,7 @@ Singleton {
logo: general.logo,
wallpaperPath: general.wallpaperPath,
wallust: general.wallust,
schemeGeneration: general.schemeGeneration,
apps: {
terminal: general.apps.terminal,
audio: general.apps.audio,
+3 -2
View File
@@ -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 {