]> git.madduck.net Git - etc/awesome.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

#36 fix
authorluke bonham <dadasignificanulla@gmail.com>
Sat, 5 Apr 2014 10:06:32 +0000 (12:06 +0200)
committerluke bonham <dadasignificanulla@gmail.com>
Sat, 5 Apr 2014 10:06:32 +0000 (12:06 +0200)
widgets/mpd.lua

index 1749b5710b9e0588ae2bf83e35b27e0e23e98687..d8bcd7837cf7666f27b717fb3dc0d93efb0e8033 100644 (file)
@@ -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