diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-15 12:14:05 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-15 12:14:05 +0200 |
| commit | 405905dcd2308763114f8e479847f238243f2d6f (patch) | |
| tree | 4aaee8fdd00044a0c12de6635cafbd495bc3fe7f /desktop/shell.qml | |
| parent | 48e7b7b75971b3932c30053a56c3b00f63233bd7 (diff) | |
| download | quickshell-405905dcd2308763114f8e479847f238243f2d6f.tar.gz quickshell-405905dcd2308763114f8e479847f238243f2d6f.zip | |
feat(desktop): add the status page and register the module
One row per mode. Adding a mode is one file in the singleton and one row
here, which is what a registry buys over two separate toggles.
Diffstat (limited to 'desktop/shell.qml')
| -rw-r--r-- | desktop/shell.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/shell.qml b/desktop/shell.qml index 304716a..1149124 100644 --- a/desktop/shell.qml +++ b/desktop/shell.qml @@ -19,6 +19,7 @@ import "modules/kdeconnect" import "modules/mail" import "modules/network" import "modules/sound" +import "modules/status" import "modules/vm" ShellRoot { @@ -51,6 +52,7 @@ ShellRoot { KdeConnectModule {}, MailModule {}, AppearanceModule {}, + StatusModule {}, VmModule {}, ] } |
