From cf4a1bb5d271841a256d594f4b65a293e8243dd3 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sat, 17 Oct 2020 15:38:06 +0200 Subject: [PATCH] Fix polybar powermenu --- .config/polybar/modules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/polybar/modules b/.config/polybar/modules index ae28ab2..f2c5d01 100644 --- a/.config/polybar/modules +++ b/.config/polybar/modules @@ -171,10 +171,10 @@ menu-0-2 = logout menu-0-2-exec = menu-open-3 menu-1-0 = shutdown -menu-1-0-exec = sudo poweroff +menu-1-0-exec = poweroff menu-2-0 = reboot -menu-2-0-exec = sudo reboot +menu-2-0-exec = reboot menu-3-0 = logout -menu-3-0-exec = sudo bspc quit +menu-3-0-exec = bspc quit