diff options
Diffstat (limited to '')
| -rwxr-xr-x | scripts/commands/:work-stop | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/commands/:work-stop b/scripts/commands/:work-stop deleted file mode 100755 index e02ccd0..0000000 --- a/scripts/commands/:work-stop +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -if (ponos stop work); then - notify-send "Stopped 'work' block"; -else - notify-send -u critical "Something went wrong"; -fi; |
