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
|
||||
|
||||
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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue