mpris-widget: fix README, typo

This commit is contained in:
Romanos Skiadas 2021-08-23 10:56:34 +03:00
parent a83ba6ff78
commit cdeed22ba5
2 changed files with 2 additions and 2 deletions

View File

@ -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(),
... ...
``` ```

View File

@ -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 {