diff --git a/.gitignore b/.gitignore index 6bb1728..bfe8bdc 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ !init.el !.gitignore !flake.lock +!emax.png diff --git a/config.org b/config.org index d0fe669..d2f2657 100644 --- a/config.org +++ b/config.org @@ -152,7 +152,7 @@ Found the code [[https://www.reddit.com/r/emacs/comments/18xvtns/emacs_notificat ((eq severity 'low) 'low) ((eq severity 'trivial) 'low) (t 'normal)))) - (icon (or (plist-get info :icon) alert-default-icon))) + (icon (or (plist-get info :icon) "~/.emacs.d/emax.png"))) (android-notifications-notify :title title :body body diff --git a/emax.png b/emax.png new file mode 100644 index 0000000..81511dc Binary files /dev/null and b/emax.png differ