From 14a3b516d05e93cbda09c6c111a0b95d1f2e5356 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 7 Apr 2020 22:22:18 +0100 Subject: [PATCH] Change blank string to "Do Nothing" Looks slightly nicer this way --- files/bin/rofi-powermenu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"