mpris-widget: fix README, typo
This commit is contained in:
parent
a83ba6ff78
commit
cdeed22ba5
|
@ -21,6 +21,6 @@ s.mytasklist, -- Middle widget
|
||||||
{ -- Right widgets
|
{ -- Right widgets
|
||||||
layout = wibox.layout.fixed.horizontal,
|
layout = wibox.layout.fixed.horizontal,
|
||||||
...
|
...
|
||||||
mpris_widget,
|
mpris_widget(),
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
|
@ -129,7 +129,7 @@ end
|
||||||
|
|
||||||
local function worker()
|
local function worker()
|
||||||
|
|
||||||
-- retriving song info
|
-- retrieve song info
|
||||||
local current_song, artist, mpdstatus, art, artUrl
|
local current_song, artist, mpdstatus, art, artUrl
|
||||||
|
|
||||||
local icon = wibox.widget {
|
local icon = wibox.widget {
|
||||||
|
|
Loading…
Reference in New Issue