Quellcode durchsuchen

le bloated img replaced with cringe emoji

tags/v3.1
Luke Smith vor 5 Jahren
Ursprung
Commit
92397be772
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4C50B54A911F6252
2 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. BIN
      bin/email.gif
  2. +1
    -1
      bin/mailsync

BIN
bin/email.gif Datei anzeigen

Vorher Nachher
Breite: 128  |  Höhe: 128  |  Größe: 7.4 KiB

+ 1
- 1
bin/mailsync Datei anzeigen

@@ -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


Laden…
Abbrechen
Speichern