diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-12 16:51:38 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-12 16:51:38 +1000 |
| commit | 83d3b4ebd514e8c2bccc92c191bebd72792bb1d4 (patch) | |
| tree | e307c1f18f5980096acefe3993acb9691939d9c6 /config/Config.qml | |
| parent | interactions: fix interaction area (diff) | |
| download | caelestia-shell-83d3b4ebd514e8c2bccc92c191bebd72792bb1d4.tar.gz caelestia-shell-83d3b4ebd514e8c2bccc92c191bebd72792bb1d4.tar.bz2 caelestia-shell-83d3b4ebd514e8c2bccc92c191bebd72792bb1d4.zip | |
utilities: add keep awake and quick toggles
Diffstat (limited to 'config/Config.qml')
| -rw-r--r-- | config/Config.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/Config.qml b/config/Config.qml index b5218be..b23a4e2 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -20,6 +20,7 @@ Singleton { property alias session: adapter.session property alias winfo: adapter.winfo property alias lock: adapter.lock + property alias utilities: adapter.utilities property alias services: adapter.services property alias paths: adapter.paths @@ -44,6 +45,7 @@ Singleton { property SessionConfig session: SessionConfig {} property WInfoConfig winfo: WInfoConfig {} property LockConfig lock: LockConfig {} + property UtilitiesConfig utilities: UtilitiesConfig {} property ServiceConfig services: ServiceConfig {} property UserPaths paths: UserPaths {} } |