aboutsummaryrefslogtreecommitdiff
path: root/scripts/commands/:work-stop
blob: e02ccd0a4f127e8b04e80e8c47bdf6883aa6dc84 (plain) (blame)
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;