LemonBoy / bar

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

Allow borders #164

Open ghost opened 8 years ago

ghost commented 8 years ago

For ascetics it would be nice if lemonbar allowed borders to fit in with the window borders on a wm.

neeasade commented 8 years ago

note that you can have an underline/overline, which can be used to get a border look. https://sr.ht/078c8.png

lwilletts commented 8 years ago

I use the following script to make a border around my the main lemonbar instance, by launching another lemonbar instance before it so it is hidden below. Example.

neeasade commented 8 years ago

@Wildefyr I will note that what @dark-yux ended up doing was creating a fork that added borders -- posted on /r/unixporn a bit ago.

https://github.com/dark-yux

LemonBoy commented 8 years ago

Since we have underlines and overlines it might make sense to have also vert(ical)lines (that could be just considered as a very thin slant...I think the slant idea has some potential if done properly and if it's flexible enough)

Stebalien commented 7 years ago

note that you can have an underline/overline, which can be used to get a border look.

FYI, this doesn't work if you're using alignment.

as3mbus commented 6 years ago

there are workaround for vertical line using offset tag %{O $underlineWidth} combined with background enclosing em it is messy but it works %{B$borderColor}%{O$borderWidth}%{B-}

Laitram31 commented 5 months ago

there are workaround for vertical line using offset tag %{O $underlineWidth} combined with background enclosing em it is messy but it works %{B$borderColor}%{O$borderWidth}%{B-}

As dirty as the workaround looks, it actually works as intended and somehow feels more precise than a "regular" border