ソースを参照

le bloated img replaced with cringe emoji

tags/v3.1
Luke Smith 5年前
コミット
92397be772
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4C50B54A911F6252
2個のファイルの変更1行の追加1行の削除
  1. バイナリ
      bin/email.gif
  2. +1
    -1
      bin/mailsync

バイナリ
bin/email.gif ファイルの表示

変更前 変更後
幅: 128  |  高さ: 128  |  サイズ: 7.4 KiB

+ 1
- 1
bin/mailsync ファイルの表示

@@ -16,7 +16,7 @@ if [ "$(uname)" = "Darwin" ]
then
notify() { osascript -e "display notification \"$2 in $1\" with title \"You've got Mail\" subtitle \"Account: $account\"" && sleep 2 ;}
else
notify() { mpv --really-quiet "$HOME/.config/mutt/bin/notify.opus" & pgrep -x dunst && notify-send -i "$HOME/.config/mutt/bin/email.gif" "$2 new mail(s) in \`$1\` account." ;}
notify() { mpv --really-quiet "$HOME/.config/mutt/bin/notify.opus" & pgrep -x dunst && notify-send "📬 $2 new mail(s) in \`$1\` account." ;}
fi

echo " 🔃" > /tmp/imapsyncicon


読み込み中…
キャンセル
保存