From cbe0fc15008c1c96a4ff09121870b2ff7b647794 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Thu, 25 Feb 2021 10:37:40 +0000 Subject: [PATCH] Update script to reflect renameing of rofi shutdown theme --- bin/.bin/dmenu/rofi-shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/.bin/dmenu/rofi-shutdown b/bin/.bin/dmenu/rofi-shutdown index bc4578e7..40b330af 100755 --- a/bin/.bin/dmenu/rofi-shutdown +++ b/bin/.bin/dmenu/rofi-shutdown @@ -1,6 +1,6 @@ #!/usr/bin/sh if type -p rofi 2> /dev/null; then - alias selectcommand="rofi -dmenu -i -theme themes/four.rasi -me-select-entry '' -me-accept-entry MousePrimary" + alias selectcommand="rofi -dmenu -i -theme themes/power.rasi -me-select-entry '' -me-accept-entry MousePrimary" shutdown="" reboot="" lock=""