rename power

This commit is contained in:
Damocles 2026-04-12 15:57:22 +02:00
parent 48c58e2fbf
commit 4df704844e
6 changed files with 7 additions and 7 deletions

View file

@ -107,7 +107,7 @@ PanelWindow {
}
// Power
M.Wlogout { bar: bar; visible: M.Modules.wlogout }
M.Power { bar: bar; visible: M.Modules.power }
}
}
}

View file

@ -25,7 +25,7 @@ QtObject {
property bool memory: true
property bool disk: true
property bool battery: true
property bool wlogout: true
property bool power: true
property var weatherArgs: ["--nerd"]

View file

@ -30,4 +30,4 @@ Weather 1.0 Weather.qml
PowerProfile 1.0 PowerProfile.qml
IdleInhibitor 1.0 IdleInhibitor.qml
Notifications 1.0 Notifications.qml
Wlogout 1.0 Wlogout.qml
Power 1.0 Power.qml