From b5f259d793ecaab03f47530326d1fa77f544d1dc Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 7 May 2022 10:12:34 +0200 Subject: Added notify-status --- notify-status | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 notify-status (limited to 'notify-status') diff --git a/notify-status b/notify-status new file mode 100755 index 0000000..30ccb84 --- /dev/null +++ b/notify-status @@ -0,0 +1,7 @@ +#!/bin/sh + +# Simple script to send a notification displaying the output of status + +# Requires: status, herbe (or similar, e.g. notify-send) + +herbe "$(status '\n')" -- cgit v1.3