From 460484c51abd35388be154b65450227153474ba8 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 11 Apr 2021 14:06:02 +0530 Subject: changes commands menu items --- scripts/commands/:work-stop | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 scripts/commands/:work-stop (limited to 'scripts/commands/:work-stop') 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; -- cgit v1.3.1