feat: fix some commands not working.

This commit is contained in:
CronyAkatsuki 2026-02-12 11:58:38 +01:00
parent a2cb9b76bc
commit b267a41dd7

View file

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