dogamak / xcbars

Bar library created with rust and xcb.
Apache License 2.0
1 stars 1 forks source link

Other colors than the default bg/fg in components #4

Closed dogamak closed 7 years ago

dogamak commented 7 years ago

Currently the whole bar uses the same two colors.

dogamak commented 7 years ago

This was stupidly simple.. Just switching from set_text to set_markup allows us to support all markup pango supports.