diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-18 12:29:59 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-18 12:42:10 +0200 |
| commit | 61c59a6c1f356ed23983ad8625d199e4338f1f4d (patch) | |
| tree | e68e6622f7d098e24e010e9d950ae956f851222f /notify | |
| parent | af472eacc1911a37b9db916c4086d817e5cf207c (diff) | |
| download | scripts-61c59a6c1f356ed23983ad8625d199e4338f1f4d.tar.gz scripts-61c59a6c1f356ed23983ad8625d199e4338f1f4d.zip | |
Make status bar shorter
Diffstat (limited to '')
| -rwxr-xr-x | notify | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -17,7 +17,7 @@ usage() { | |||
| 17 | touch "$file" | 17 | touch "$file" |
| 18 | case "$1" in | 18 | case "$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) |
