Update .config/polybar/scripts/powermenu.sh

This commit is contained in:
punkfairie 2024-07-28 18:05:47 -07:00
parent bc117fe68d
commit 17464d3b42
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -11,11 +11,11 @@ uptime=$(uptime -p | sed -e 's/up //g')
rofi_command="rofi -no-config -theme $dir/powermenu.rasi"
# Options
shutdown=" Shutdown"
reboot=" Restart"
lock=" Lock"
suspend=" Sleep"
logout=" Logout"
shutdown="󰐥 Shutdown"
reboot="󰜉 Restart"
lock="󰌾 Lock"
suspend="󰤄 Sleep"
logout="󰗽 Logout"
# Confirmation
confirm_exit() {