From a6e12f51a68672d1a20cf7ba758643c52684cdbd Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Sat, 17 Mar 2018 20:12:16 +0000 Subject: [PATCH] polybar/modules.conf: add -i to poweroff+reboot Without the -i, the system sometimes cannot poweroff/reboot when more than one user has logged in+out. --- home/.config/polybar/modules.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.config/polybar/modules.conf b/home/.config/polybar/modules.conf index 58f32733..209063ca 100644 --- a/home/.config/polybar/modules.conf +++ b/home/.config/polybar/modules.conf @@ -345,9 +345,9 @@ menu-3-0-foreground = ${colors.urgent} menu-3-1 = "  " menu-3-1-exec = i3lock-fancy -p -f Ubuntu & menu-3-2 = "  " -menu-3-2-exec = systemctl reboot +menu-3-2-exec = systemctl -i reboot menu-3-3 = "  |" -menu-3-3-exec = systemctl poweroff +menu-3-3-exec = systemctl -i poweroff ;;;;;;;;;;;;;;;;;;;;