summaryrefslogtreecommitdiffhomepage
path: root/lib/eos/jao-notify.el
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eos/jao-notify.el')
-rw-r--r--lib/eos/jao-notify.el4
1 files changed, 4 insertions, 0 deletions
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