scheme refactor

This commit is contained in:
Zacharias-Brohn
2026-02-19 13:05:30 +01:00
parent ee62e61b06
commit b701badbc7
6 changed files with 39 additions and 26 deletions
+7 -2
View File
@@ -4,11 +4,16 @@ import Quickshell
JsonObject {
property string logo: ""
property string wallpaperPath: Quickshell.env("HOME") + "/Pictures/Wallpapers"
property bool wallust: false
property bool schemeGeneration: true
property Color color: Color {}
property Apps apps: Apps {}
property Idle idle: Idle {}
component Color: JsonObject {
property bool wallust: false
property bool schemeGeneration: true
property string mode: "dark"
}
component Apps: JsonObject {
property list<string> terminal: ["kitty"]
property list<string> audio: ["pavucontrol"]