Skip to content

Commit

Permalink
Merge pull request #146 from JacobHayes/fix-dup-notification
Browse files Browse the repository at this point in the history
Remove duplicate osascript notification
  • Loading branch information
franciscolourenco authored Apr 11, 2024
2 parents d47f4d6 + 6d690ac commit 3412715
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conf.d/done.fish
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ if set -q __done_enabled
set -l message (string replace --all '"' '\"' "$message")
set -l title (string replace --all '"' '\"' "$title")

osascript -e "display notification \"$message\" with title \"$title\""
if test "$__done_notify_sound" -eq 1
osascript -e "display notification \"$message\" with title \"$title\" sound name \"Glass\""
else
Expand Down

0 comments on commit 3412715

Please sign in to comment.