about summary refs log tree commit diff stats
path: root/bin/bother
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bother')
-rwxr-xr-xbin/bother2
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