From ec0f581a9a0842f4617bb6855647818b0aaafb33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20JONAS?= Date: Wed, 5 Oct 2022 22:19:05 +0200 Subject: [PATCH] Fixed powermenu.sh not targeting theme subdirectory --- simple/panels/scripts/powermenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple/panels/scripts/powermenu.sh b/simple/panels/scripts/powermenu.sh index a8c9e73..ad3e03e 100755 --- a/simple/panels/scripts/powermenu.sh +++ b/simple/panels/scripts/powermenu.sh @@ -52,7 +52,7 @@ else exit 1 fi -rofi_command="rofi -no-config -theme $DIR/powermenu.rasi" +rofi_command="rofi -no-config -theme $DIR/$theme/powermenu.rasi" # Options shutdown=" Shutdown"