diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/BackgroundConfig.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/BackgroundConfig.qml b/config/BackgroundConfig.qml index 9bcca87..35e16d1 100644 --- a/config/BackgroundConfig.qml +++ b/config/BackgroundConfig.qml @@ -2,4 +2,9 @@ import Quickshell.Io JsonObject { property bool enabled: true + property DesktopClock desktopClock: DesktopClock {} + + component DesktopClock: JsonObject { + property bool enabled: false + } } |