feat: fix script.

This commit is contained in:
CronyAkatsuki 2026-03-05 17:02:03 +01:00
parent 5e0f88a5ac
commit db83fab871

View file

@ -40,8 +40,8 @@
#!/usr/bin/env sh
case "$(printf "shutdown\\nreboot" | tofi --prompt "Choose your poison")" in
"shutdown") systemctl poweroff ;;
"reboot") systemctl reboot ;;
"shutdown") poweroff ;;
"reboot") reboot ;;
esac
'';
grim = "${pkgs.grim}/bin/grim";