From de3ff7bde03188d1b1d0029d89f8962e77c0702f Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 29 Jul 2021 21:37:51 +0100 Subject: jao-notify: wee clean-up (icon) --- lib/eos/jao-notify.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/eos') diff --git a/lib/eos/jao-notify.el b/lib/eos/jao-notify.el index 5e7e627..a3ea474 100644 --- a/lib/eos/jao-notify.el +++ b/lib/eos/jao-notify.el @@ -14,9 +14,13 @@ (defvar jao-notify-use-messages-p nil) (defvar jao-notify-timeout 5000) +(defvar jao-notify-audio-icon (jao-data-file "music-player-icon.png")) (declare-function notifications-notify "notifications") +;; "/usr/share/icons/Papirus/64x64/mimetypes/audio-x-generic.svg" +;; "/usr/share/icons/Tango/scalable/mimetypes/audio-x-generic.svg" + (defun jao-notify (msg &optional title icon) (let ((title (when (and title (not (string-blank-p title))) title))) (if jao-notify-use-messages-p -- cgit v1.2.3