powerprofile switcher

This commit is contained in:
Zacharias-Brohn
2026-02-12 14:31:33 +01:00
parent ae23c309a2
commit 7efe7f44bf
10 changed files with 266 additions and 12 deletions
+6
View File
@@ -40,6 +40,10 @@ JsonObject {
id: "upower",
enabled: false
},
{
id: "network",
enabled: false
},
{
id: "clock",
enabled: true
@@ -56,5 +60,7 @@ JsonObject {
property bool activeWindow: true
property bool resources: true
property bool clock: true
property bool network: true
property bool upower: true
}
}