LemonBoy / bar

A featherweight, lemon-scented, bar based on xcb
MIT License
1.63k stars 194 forks source link

Font size support in cairo-love #72

Closed iatll closed 9 years ago

iatll commented 10 years ago

As far as I could tell, this branch didn't support changing the font size, so I'm attempting to add support for it. Also, looks like support for two fonts was removed in this branch, so I've updated the docs to match.

Example usages: echo "test" | bar -p -f "DejaVu" echo "test" | bar -p -f "DejaVu:18"

LemonBoy commented 10 years ago

The cairo-love branch is to be considered extremely experimental and not ready for prime time, I will implement back features as soon as I have time.