1 2 3 4 5 6 7
#!/usr/bin/env bash if (ponos stop work); then notify-send "Stopped 'work' block"; else notify-send -u critical "Something went wrong"; fi;