From b55c3cb721a41ae215611dfed5c3909b43168595 Mon Sep 17 00:00:00 2001 From: CramMK Date: Fri, 24 Apr 2020 17:11:06 +0200 Subject: [PATCH] Change shutdown name in polybar --- dotfiles/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/polybar/config b/dotfiles/polybar/config index aeaa573..d973950 100644 --- a/dotfiles/polybar/config +++ b/dotfiles/polybar/config @@ -329,7 +329,7 @@ click-left = "pkill -n polybar ; systemctl reboot" [module/poweroff] inherit = module/powerbase -content = " Poweroff " +content = " Shutdown " click-left = "pkill -n polybar ; systemctl poweroff" [module/closepowermenubar]