--- /dev/null
+Fyrsten / CC BY-SA (https://creativecommons.org/licenses/by-sa/3.0)
+https://commons.wikimedia.org/wiki/File:LP_vinyl3.png
theme.awesome_icon = "/usr/share/awesome/icons/awesome16.png"
+theme.mpd_default_album = theme.path.."/mpd_default_album.png"
+
-- Define the icon theme for application icons. If not set then the icons
-- from /usr/share/icons and /usr/share/icons/hicolor will be used.
theme.icon_theme = nil
if self._notification then return end
self._notification = naughty.notify(
{ title = table.title
- , icon = table.icon
+ , icon = table.icon or beautiful.mpd_default_album
, icon_size = 64
, text = table.text
, timeout = 0