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