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