Skip to content

Commit

Permalink
revert lcpz#36; fix lcpz#41
Browse files Browse the repository at this point in the history
  • Loading branch information
luke bonham authored and copycat-killer committed Aug 5, 2015
1 parent c75eff7 commit 97c3045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions widgets/mpd.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from 571b61 to 54b3a7

0 comments on commit 97c3045

Please sign in to comment.