LemonBoy / bar

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

Feature request: allow underline/overline to work across alignment #203

Closed neeasade closed 3 years ago

neeasade commented 7 years ago

eg %{l}left %{+uU#ffffffff} %{c} %{-u} center %{r} right would show #ffffffff underline across the left half inbetween 'left' and 'center'.

neeasade commented 7 years ago

Maybe the existing draw_shift() method could be used for this on alignment flag?

/cc @Stebalien

Stebalien commented 7 years ago

I agree this should work but I don't really have the time to look into this too much at the moment.