summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/Config.qml1
-rw-r--r--config/GeneralConfig.qml1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/Config.qml b/config/Config.qml
index b875eef..45717d1 100644
--- a/config/Config.qml
+++ b/config/Config.qml
@@ -126,6 +126,7 @@ Singleton {
function serializeGeneral(): var {
return {
+ logo: general.logo,
apps: {
terminal: general.apps.terminal,
audio: general.apps.audio,
diff --git a/config/GeneralConfig.qml b/config/GeneralConfig.qml
index eecca01..52ef0de 100644
--- a/config/GeneralConfig.qml
+++ b/config/GeneralConfig.qml
@@ -1,6 +1,7 @@
import Quickshell.Io
JsonObject {
+ property string logo: ""
property Apps apps: Apps {}
property Idle idle: Idle {}
property Battery battery: Battery {}