aboutsummaryrefslogtreecommitdiff
path: root/desktop/nwg-panel/loginctl.patch
diff options
context:
space:
mode:
authorJay Lanagan <j@lngn.net>2023-03-03 23:05:33 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-04 08:06:28 +0700
commitca6365cd031fa0b8ac4cfe15907b1d60cddb9d63 (patch)
tree15b4ffa226791bcf98e578b6ca48d44e71e41808 /desktop/nwg-panel/loginctl.patch
parent1964672dad5912701e7786a2f1c2dffdaf0e069a (diff)
desktop/nwg-panel: Added (GTK Wayland-based panel)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/nwg-panel/loginctl.patch')
-rw-r--r--desktop/nwg-panel/loginctl.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/desktop/nwg-panel/loginctl.patch b/desktop/nwg-panel/loginctl.patch
new file mode 100644
index 0000000000000..e6f6adab51f89
--- /dev/null
+++ b/desktop/nwg-panel/loginctl.patch
@@ -0,0 +1,17 @@
+--- a/nwg_panel/config/config
++++ b/nwg_panel/config/config
+@@ -64,11 +64,11 @@
+ },
+ {
+ "name": "Reboot",
+- "cmd": "systemctl reboot"
++ "cmd": "loginctl reboot"
+ },
+ {
+ "name": "Shutdown",
+- "cmd": "systemctl -i poweroff"
++ "cmd": "loginctl poweroff"
+ }
+ ]
+ }
+