LemonBoy / bar

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

Implement [Issue #161 - Feature request] #165

Closed jeromebon closed 8 years ago

jeromebon commented 8 years ago

Feature #161: add a parametere to set the default underline color. Usage: lemonbar -Ucolor

By the way this also fix a strange behavior where '%{+u}correct%{U-}strange' made the second underline of the same color as the background instead of the foreground. This was because underline color is set to fg color at initialisation but %{U-} was setting the underline color to the default bg color. So with a default underline color this behavior disapear.

LemonBoy commented 8 years ago

Awesome! Thanks for the PR