mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-17 07:49:09 +01:00
mpris-widget: fix README, typo
This commit is contained in:
parent
a83ba6ff78
commit
cdeed22ba5
2 changed files with 2 additions and 2 deletions
|
@ -21,6 +21,6 @@ s.mytasklist, -- Middle widget
|
|||
{ -- Right widgets
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
...
|
||||
mpris_widget,
|
||||
mpris_widget(),
|
||||
...
|
||||
```
|
||||
|
|
|
@ -129,7 +129,7 @@ end
|
|||
|
||||
local function worker()
|
||||
|
||||
-- retriving song info
|
||||
-- retrieve song info
|
||||
local current_song, artist, mpdstatus, art, artUrl
|
||||
|
||||
local icon = wibox.widget {
|
||||
|
|
Loading…
Reference in a new issue