aboutsummaryrefslogtreecommitdiff
path: root/scripts/commands/:work-stop
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2021-04-11 14:06:02 +0530
committerAkshay Nair <phenax5@gmail.com>2021-04-11 14:06:02 +0530
commit460484c51abd35388be154b65450227153474ba8 (patch)
treee9ce4e6346f1c08c03d743b2dfa6228543db1240 /scripts/commands/:work-stop
parent5d40bd31a395507fccafcc6ef9526b4649993c68 (diff)
downloadnixos-config-460484c51abd35388be154b65450227153474ba8.tar.gz
nixos-config-460484c51abd35388be154b65450227153474ba8.zip
changes commands menu items
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;