Add blank line to save accidental shutdowns

It'll happen eventually!
This commit is contained in:
Jake Howard 2020-04-05 12:53:35 +01:00
parent 060ef18ee0
commit 6b16be27f0
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

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