feat: fix some commands not working.
This commit is contained in:
parent
a2cb9b76bc
commit
b267a41dd7
1 changed files with 2 additions and 2 deletions
|
|
@ -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") poweroff ;;
|
"shutdown") systemctl poweroff ;;
|
||||||
"reboot") reboot ;;
|
"reboot") systemctl reboot ;;
|
||||||
esac
|
esac
|
||||||
'';
|
'';
|
||||||
grim = "${pkgs.grim}/bin/grim";
|
grim = "${pkgs.grim}/bin/grim";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue