From dc98cba24cb5f1f3e260c49fc61add4a113a1df0 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 19 Jun 2023 08:25:41 +0200 Subject: Update to status (now I use a statusbar) --- old/notify-status | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 old/notify-status (limited to 'old/notify-status') diff --git a/old/notify-status b/old/notify-status new file mode 100755 index 0000000..73a9435 --- /dev/null +++ b/old/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\n')" -- cgit v1.3