commit 08fe1c2f75136781ed5ab5a947c81deea38a5b64
parent 11bb48b5d89b88f9a6e3be04e036ca94df219c8f
Author: mtmn <miro@haravara.org>
Date: Sat, 11 Apr 2026 04:49:14 +0200
modules/mixins/dotfiles/bin/yank-to-todo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/mixins/dotfiles/bin/yank-to-todo b/modules/mixins/dotfiles/bin/yank-to-todo
@@ -26,7 +26,7 @@ if [[ ! "$url" =~ ^https?:// ]]; then
fi
if printf "\n%s\ntodo: %s" "$(date --rfc-3339=s)" "$url" >>"$todo_file"; then
- notify-send "todo.txt" "$url"
+ notify-send "Saved" "$url"
else
notify-send -u critical "Error" "$url"
fi