Fixed powermenu.sh not targeting theme subdirectory

This commit is contained in:
Sébastien JONAS
2022-10-05 22:19:05 +02:00
parent 6b9f6030ef
commit ec0f581a9a
+1 -1
View File
@@ -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"