summaryrefslogtreecommitdiff
path: root/config/Config.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-09 00:13:48 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-09 00:13:48 +1000
commit88a3f09de553e11985f12ecaf40f334fad729ab9 (patch)
tree71d0a1ff00b54ed61e50cafcab8617173b8bc0ad /config/Config.qml
parentpaths: better to string (diff)
downloadcaelestia-shell-88a3f09de553e11985f12ecaf40f334fad729ab9.tar.gz
caelestia-shell-88a3f09de553e11985f12ecaf40f334fad729ab9.tar.bz2
caelestia-shell-88a3f09de553e11985f12ecaf40f334fad729ab9.zip
config: make appearance configurable
Diffstat (limited to 'config/Config.qml')
-rw-r--r--config/Config.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/Config.qml b/config/Config.qml
index a4a4a87..4311286 100644
--- a/config/Config.qml
+++ b/config/Config.qml
@@ -7,6 +7,7 @@ import Quickshell.Io
Singleton {
id: root
+ property alias appearance: adapter.appearance
property alias general: adapter.general
property alias background: adapter.background
property alias bar: adapter.bar
@@ -31,6 +32,7 @@ Singleton {
JsonAdapter {
id: adapter
+ property AppearanceConfig appearance: AppearanceConfig {}
property GeneralConfig general: GeneralConfig {}
property BackgroundConfig background: BackgroundConfig {}
property BarConfig bar: BarConfig {}