From 2cfc5650ade76cb72637310f134fc5db9e4d81a0 Mon Sep 17 00:00:00 2001 From: luke bonham Date: Sat, 5 Apr 2014 12:06:32 +0200 Subject: [PATCH] #36 fix --- widgets/mpd.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2