Update .config/polybar/scripts/powermenu.sh
This commit is contained in:
parent
bc117fe68d
commit
17464d3b42
1 changed files with 5 additions and 5 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue