summaryrefslogtreecommitdiff
path: root/modules/lock/Buttons.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lock/Buttons.qml')
-rw-r--r--modules/lock/Buttons.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/lock/Buttons.qml b/modules/lock/Buttons.qml
index 66833ab..1995151 100644
--- a/modules/lock/Buttons.qml
+++ b/modules/lock/Buttons.qml
@@ -50,22 +50,22 @@ Item {
SessionButton {
icon: "logout"
- command: ["loginctl", "terminate-user", ""]
+ command: Config.session.commands.logout
}
SessionButton {
icon: "power_settings_new"
- command: ["systemctl", "poweroff"]
+ command: Config.session.commands.shutdown
}
SessionButton {
icon: "downloading"
- command: ["systemctl", "hibernate"]
+ command: Config.session.commands.hibernate
}
SessionButton {
icon: "cached"
- command: ["systemctl", "reboot"]
+ command: Config.session.commands.reboot
}
Behavior on anchors.margins {