The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

bar top/bottom border

asked 2014-01-27 21:13:03 +0000

jayflo gravatar image

updated 2014-01-27 21:14:35 +0000

Is there any way to put a bottom border on a bar positioned at the top of the screen?

I would like my bar and terminals to have the same background color. I also like to keep hide_edge_borders both which means that the bar and adjacent terminals run together. It would be nice to have the ability to separate them without using hide_edge_borders vertical (which adds a border on the bottom of the screen as well).

Perhaps, something along the lines...

bar {
    position top

    color {
        border_bottom #rrggbb
    }
}

or

bar {
    position bottom

    color {
        border_top #rrggbb
    }
}
edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-01-27 22:01:57 +0000

joepd gravatar image

No. If you feel strongly about this, create a patch. But beware: https://faq.i3wm.org/question/778/why...

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-01-27 21:13:03 +0000

Seen: 456 times

Last updated: Jan 27 '14