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

blackburn mail widget spacing fixed

This commit is contained in:
luke bonham 2013-05-07 17:59:31 +02:00
parent 9f99cbe2b4
commit d0e6f66cb0

View file

@ -342,7 +342,7 @@ vicious.register(mygmail, vicious.widgets.gmail,
notify_shown = true notify_shown = true
end end
if yawn.icon == yawn.sky_na then return gray .. " Mail " .. coldef .. white .. args["{count}"] .. coldef if yawn.icon == yawn.sky_na then return gray .. " Mail " .. coldef .. white .. args["{count}"] .. coldef
else return gray .. " Mail " .. coldef .. white .. args["{count}"] .. "<span font='Tamsyn 5'> </span>" .. coldef else return gray .. " Mail " .. coldef .. white .. args["{count}"] .. coldef .. " "
end end
else else
notify_shown = false notify_shown = false