|
@@ -39,7 +39,7 @@ case "$(uname)" in |
|
|
messageinfo() { osascript -e "display notification with title \"📧 $from\" subtitle \"$subject\"" ;} |
|
|
messageinfo() { osascript -e "display notification with title \"📧 $from\" subtitle \"$subject\"" ;} |
|
|
;; |
|
|
;; |
|
|
*) |
|
|
*) |
|
|
displays="$(pgrep -a Xorg | grep -wo "[0-9]*:[0-9]\+" | sort -u)" |
|
|
|
|
|
|
|
|
displays="$(pgrep -a X\(org\|wayland\) | grep -wo "[0-9]*:[0-9]\+" | sort -u)" |
|
|
notify() { for x in $displays; do |
|
|
notify() { for x in $displays; do |
|
|
export DISPLAY=$x |
|
|
export DISPLAY=$x |
|
|
notify-send --app-name="mutt-wizard" "mutt-wizard" "📬 $2 new mail(s) in \`$1\` account." |
|
|
notify-send --app-name="mutt-wizard" "mutt-wizard" "📬 $2 new mail(s) in \`$1\` account." |
|
|