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" rofi_command="rofi -no-config -theme $dir/powermenu.rasi"
# Options # Options
shutdown=" Shutdown" shutdown="󰐥 Shutdown"
reboot=" Restart" reboot="󰜉 Restart"
lock=" Lock" lock="󰌾 Lock"
suspend=" Sleep" suspend="󰤄 Sleep"
logout=" Logout" logout="󰗽 Logout"
# Confirmation # Confirmation
confirm_exit() { confirm_exit() {