i3-full-quit 213 B

123456
  1. #!/bin/sh
  2. i3-nagbar -t warning -m 'How would you like to leave?' \
  3. -b 'Exit i3' 'i3-msg exit' \
  4. -b 'Shutdown' 'su -c "systemctl poweroff"' \
  5. -b 'Restart' 'su -c "systemctl restart"'