diff options
| author | Akshay Nair <phenax5@gmail.com> | 2021-04-11 14:06:02 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2021-04-11 14:06:02 +0530 |
| commit | 460484c51abd35388be154b65450227153474ba8 (patch) | |
| tree | e9ce4e6346f1c08c03d743b2dfa6228543db1240 /scripts/commands/:work-stop | |
| parent | 5d40bd31a395507fccafcc6ef9526b4649993c68 (diff) | |
| download | nixos-config-460484c51abd35388be154b65450227153474ba8.tar.gz nixos-config-460484c51abd35388be154b65450227153474ba8.zip | |
changes commands menu items
Diffstat (limited to 'scripts/commands/:work-stop')
| -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; |
