mirror of https://github.com/lcpz/lain.git
parent
6f0c5a59f7
commit
6e2b1d3e43
|
@ -10,7 +10,6 @@
|
||||||
local helpers = require("lain.helpers")
|
local helpers = require("lain.helpers")
|
||||||
|
|
||||||
local escape_f = require("awful.util").escape
|
local escape_f = require("awful.util").escape
|
||||||
local surface = require("gears").surface
|
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
|
|
||||||
|
@ -92,7 +91,7 @@ local function worker(args)
|
||||||
|
|
||||||
mpd.id = naughty.notify({
|
mpd.id = naughty.notify({
|
||||||
preset = mpd_notification_preset,
|
preset = mpd_notification_preset,
|
||||||
icon = surface.load_uncached("/tmp/mpdcover.png"),
|
icon = "/tmp/mpdcover.png",
|
||||||
replaces_id = mpd.id
|
replaces_id = mpd.id
|
||||||
}).id
|
}).id
|
||||||
end
|
end
|
||||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
||||||
Subproject commit 571b618dce199ba0e349c8c6498f08df45150329
|
Subproject commit 54b3a717b2f7069264ce5a20018ae4abf153e7b2
|
Loading…
Reference in New Issue