Change blank string to "Do Nothing"

Looks slightly nicer this way
This commit is contained in:
Jake Howard 2020-04-07 22:22:18 +01:00
parent 527c8bdd9f
commit 14a3b516d0
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -10,7 +10,7 @@ lock="Lock"
suspend="Suspend"
log_out="Log Out"
options="\n$power_off\n$reboot\n$lock\n$suspend\n$log_out"
options="Do Nothing\n$power_off\n$reboot\n$lock\n$suspend\n$log_out"
chosen="$(echo -e "$options" | rofi -dmenu -p Shutdown? -no-custom -lines 5)"