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

perfected spaces between widgets

This commit is contained in:
luke bonham 2013-04-24 20:10:21 +02:00
parent 99ecd20308
commit 201affd732

View file

@ -346,7 +346,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 1'> </span>" .. coldef else return gray .. " Mail " .. coldef .. white .. args["{count}"] .. "<span font='Tamsyn 4'> </span>" .. coldef
end end
else else
notify_shown = false notify_shown = false