From: luke bonham Date: Sat, 5 Apr 2014 10:06:32 +0000 (+0200) Subject: #36 fix X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/315106253f0bd8a218ffc06f8c2b9d2781372e78 #36 fix --- diff --git a/widgets/mpd.lua b/widgets/mpd.lua index 1749b57..d8bcd78 100644 --- a/widgets/mpd.lua +++ b/widgets/mpd.lua @@ -10,6 +10,7 @@ local helpers = require("lain.helpers") local escape_f = require("awful.util").escape +local surface = require("gears").surface local naughty = require("naughty") local wibox = require("wibox") @@ -91,7 +92,7 @@ local function worker(args) mpd.id = naughty.notify({ preset = mpd_notification_preset, - icon = "/tmp/mpdcover.png", + icon = surface.load_uncached("/tmp/mpdcover.png"), replaces_id = mpd.id }).id end