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-start | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 scripts/commands/:work-start (limited to 'scripts/commands/:work-start') diff --git a/scripts/commands/:work-start b/scripts/commands/:work-start deleted file mode 100755 index 5603a8b..0000000 --- a/scripts/commands/:work-start +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -if (ponos start work); then - notify-send "Started 'work' block"; -else - notify-send -u critical "Something went wrong"; -fi; -- cgit v1.3.1