Unify config into shell.json and add Noctalia plugin support

This commit is contained in:
Ryan Hughes
2026-05-14 02:21:48 -04:00
parent 5c0f5669c9
commit bcbe12b075
49 changed files with 2178 additions and 350 deletions
@@ -0,0 +1,9 @@
pragma Singleton
import QtQuick
// Noctalia compat shim. The "noctaliaPerformanceMode" flag was a v3 internal
// state Noctalia plugins occasionally check. We hardcode false; plugins that
// branch on it will fall into the non-performance code path.
QtObject {
readonly property bool noctaliaPerformanceMode: false
}
@@ -0,0 +1,2 @@
module qs.Services.Power
singleton PowerProfileService 1.0 PowerProfileService.qml