rename power
This commit is contained in:
parent
48c58e2fbf
commit
4df704844e
6 changed files with 7 additions and 7 deletions
|
|
@ -107,7 +107,7 @@ PanelWindow {
|
|||
}
|
||||
|
||||
// Power
|
||||
M.Wlogout { bar: bar; visible: M.Modules.wlogout }
|
||||
M.Power { bar: bar; visible: M.Modules.power }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue