Merge pull request #174 from Jaujon/master

Fixed powermenu.sh not targeting theme subdirectory
This commit is contained in:
Aditya Shakya
2023-08-22 18:13:38 +05:30
committed by GitHub
+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"