aboutsummaryrefslogtreecommitdiff
path: root/scripts/commands/:work-stop
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/commands/:work-stop')
-rwxr-xr-xscripts/commands/:work-stop7
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;