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 --- Makefile | 1 + notify-status | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100755 notify-status diff --git a/Makefile b/Makefile index 22d91d0..7a8f60d 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ SCRIPTS = addressgrep \ mail-checknow \ mail-compose \ mblaze-extras \ + notify-status \ open-file \ open-stdin \ open-url \ 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