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 #!/usr/bin/env sh
case "$(printf "shutdown\\nreboot" | tofi --prompt "Choose your poison")" in case "$(printf "shutdown\\nreboot" | tofi --prompt "Choose your poison")" in
"shutdown") systemctl poweroff ;; "shutdown") poweroff ;;
"reboot") systemctl reboot ;; "reboot") reboot ;;
esac esac
''; '';
grim = "${pkgs.grim}/bin/grim"; grim = "${pkgs.grim}/bin/grim";