Change shutdown name in polybar

This commit is contained in:
CramMK
2020-04-24 17:11:06 +02:00
parent d968c1287f
commit b55c3cb721

View File

@@ -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]