From 61c59a6c1f356ed23983ad8625d199e4338f1f4d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 18 Aug 2025 12:29:59 +0200 Subject: Make status bar shorter --- notify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notify') diff --git a/notify b/notify index 48b7eee..38e1793 100755 --- a/notify +++ b/notify @@ -17,7 +17,7 @@ usage() { touch "$file" case "$1" in push) - echo "(Notified $date) $2" >> "$file" + echo "[$date $2]" >> "$file" $update ;; clean) -- cgit v1.3