mpris-widget: fix api call
there is no naughty.notification, notify returns a notification
This commit is contained in:
parent
c5852546ae
commit
435d5d14f8
|
@ -220,7 +220,7 @@ local function worker()
|
|||
local notification
|
||||
local function show_MPD_status()
|
||||
spawn.easy_async(GET_MPD_CMD, function()
|
||||
notification = naughty.notification {
|
||||
notification = naughty.notify {
|
||||
margin = 10,
|
||||
timeout = 5,
|
||||
hover_timeout = 0.5,
|
||||
|
|
Loading…
Reference in New Issue