]> 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:

revert #36; fix #41
authorluke bonham <dadasignificanulla@gmail.com>
Sat, 12 Apr 2014 13:01:43 +0000 (15:01 +0200)
committercopycat-killer <dada@archlinux.info>
Wed, 5 Aug 2015 11:30:39 +0000 (13:30 +0200)
widgets/mpd.lua
wiki

index d8bcd7837cf7666f27b717fb3dc0d93efb0e8033..1749b5710b9e0588ae2bf83e35b27e0e23e98687 100644 (file)
@@ -10,7 +10,6 @@
 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")
 
@@ -92,7 +91,7 @@ local function worker(args)
 
                 mpd.id = naughty.notify({
                     preset = mpd_notification_preset,
-                    icon = surface.load_uncached("/tmp/mpdcover.png"),
+                    icon = "/tmp/mpdcover.png",
                     replaces_id = mpd.id
                 }).id
             end
diff --git a/wiki b/wiki
index 571b618dce199ba0e349c8c6498f08df45150329..54b3a717b2f7069264ce5a20018ae4abf153e7b2 160000 (submodule)
--- a/wiki
+++ b/wiki
@@ -1 +1 @@
-Subproject commit 571b618dce199ba0e349c8c6498f08df45150329
+Subproject commit 54b3a717b2f7069264ce5a20018ae4abf153e7b2