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"
|
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() {
|
||||||
|
|
Loading…
Reference in a new issue