1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +00:00

rainbow minor fix

This commit is contained in:
luke bonham 2013-08-15 18:50:00 +02:00
parent 3f95567a21
commit 936fa13fac

View file

@ -318,15 +318,15 @@ function(widget, args)
end
return gray .. args["{Artist}"] .. coldef .. white .. " " .. args["{Title}"] .. " " .. coldef
elseif args["{state}"] == "Pause" then
-- Italian localization
-- can be a stub for your own localization
-- Italian localization
-- can be a stub for your own localization
if language:find("it_IT") ~= nil
then
return gray .. "mpd " .. coldef .. white .. "in pausa " .. coldef
else
return gray .. "mpd " .. coldef .. white .. "paused " .. coldef
end
else
else
curr_track = nil
return ''
end