aboutsummaryrefslogtreecommitdiff
path: root/notify
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-08-18 12:29:59 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-08-18 12:42:10 +0200
commit61c59a6c1f356ed23983ad8625d199e4338f1f4d (patch)
treee68e6622f7d098e24e010e9d950ae956f851222f /notify
parentaf472eacc1911a37b9db916c4086d817e5cf207c (diff)
downloadscripts-61c59a6c1f356ed23983ad8625d199e4338f1f4d.tar.gz
scripts-61c59a6c1f356ed23983ad8625d199e4338f1f4d.zip
Make status bar shorter
Diffstat (limited to 'notify')
-rwxr-xr-xnotify2
1 files changed, 1 insertions, 1 deletions
diff --git a/notify b/notify
index 48b7eee..38e1793 100755
--- a/notify
+++ b/notify
@@ -17,7 +17,7 @@ usage() {
17touch "$file" 17touch "$file"
18case "$1" in 18case "$1" in
19 push) 19 push)
20 echo "(Notified $date) $2" >> "$file" 20 echo "[$date $2]" >> "$file"
21 $update 21 $update
22 ;; 22 ;;
23 clean) 23 clean)

Generated with cgit - Back to sebastiano.tronto.net