bar icon indicating copy to clipboard operation
bar copied to clipboard

Allow borders

Open ghost opened this issue 9 years ago • 7 comments

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

ghost avatar Jan 17 '16 22:01 ghost

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

neeasade avatar Jan 17 '16 22:01 neeasade

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.

lwilletts avatar Mar 03 '16 10:03 lwilletts

@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

neeasade avatar Mar 03 '16 14:03 neeasade

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)

LemonBoy avatar Apr 23 '16 06:04 LemonBoy

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.

Stebalien avatar Mar 28 '17 21:03 Stebalien

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-}

as3mbus avatar Jan 31 '18 06:01 as3mbus