starting to use config files

This commit is contained in:
Zacharias-Brohn
2025-11-11 01:50:05 +01:00
parent 80ac9081d1
commit 9ffae63e55
9 changed files with 55 additions and 37 deletions
+11
View File
@@ -0,0 +1,11 @@
import Quickshell.Io
JsonObject {
property Accents accents: Accents {}
component Accents: JsonObject {
property string primary: "#4080ff"
property string warning: "#ff6b6b"
property string primaryAlt: "#60a0ff"
}
}