diff options
Diffstat (limited to 'bin/bother')
-rwxr-xr-x | bin/bother | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bother b/bin/bother index a9d55ca..d3f5be9 100755 --- a/bin/bother +++ b/bin/bother @@ -20,5 +20,5 @@ if [ -f "$HOME"/today ]; then : done sleep 0.5 - notify-send -u critical "DO TODAY:" "$(cat "$HOME"/today)" + notif "DO TODAY:" "$(tr '\n' '\t'<"$HOME"/today)" fi |