Skip to content

Commit

Permalink
Merge pull request #129 from wesalvaro/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscolourenco authored Sep 25, 2023
2 parents d6abb26 + 77445a5 commit efc574e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf.d/done.fish
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ if set -q __done_enabled
if test "$__done_notify_sound" -eq 1
echo -e "\a" # bell sound
end
else if set -q KITTY_WINDOW_ID
printf "\x1b]99;i=done:d=0;$title\x1b\\"
printf "\x1b]99;i=done:d=1:p=body;$message\x1b\\"
else if type -q terminal-notifier # https://github.com/julienXX/terminal-notifier
if test "$__done_notify_sound" -eq 1
terminal-notifier -message "$message" -title "$title" -sender "$__done_initial_window_id" -sound default
Expand Down

0 comments on commit efc574e

Please sign in to comment.