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