From 2ec419cee4f7ff7a5244f89e04d0fc75d572ae74 Mon Sep 17 00:00:00 2001 From: doryan Date: Sat, 14 Sep 2024 23:08:07 +0400 Subject: [PATCH] fix(pos): replacement reboot and cancel buttons --- polybar/config.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/polybar/config.ini b/polybar/config.ini index b297730..7586fe7 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -348,12 +348,12 @@ menu-0-2-exec = menu-open-3 menu-0-2-foreground = ${colors.warning} ;Reboot -menu-1-0 = "Cancel" -menu-1-0-exec = menu-open-0 -menu-1-0-foreground = ${colors.success} -menu-1-1 = "Reboot" -menu-1-1-exec = loginctl reboot -menu-1-1-foreground = ${colors.urgent} +menu-1-0 = "Reboot" +menu-1-0-exec = loginctl reboot +menu-1-0-foreground = ${colors.urgent} +menu-1-1 = "Cancel " +menu-1-1-exec = menu-open-0 +menu-1-1-foreground = ${colors.success} ;Shutdown menu-2-0 = "Power off"