diff --git a/files/bin/rofi-powermenu b/files/bin/rofi-powermenu index 8d904eb..49b8b48 100755 --- a/files/bin/rofi-powermenu +++ b/files/bin/rofi-powermenu @@ -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)"