<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>i3 FAQ - Individual question feed</title><link>https://faq.i3wm.org/questions/</link><description>Frequently asked questions and answers about the i3 window manager</description><atom:link href="http://faq.i3wm.org/feeds/question/3320/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Mon, 27 Jan 2014 22:01:57 +0000</lastBuildDate><item><title>bar top/bottom border</title><link>https://faq.i3wm.org/question/3320/bar-topbottom-border/</link><description>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
        }
    }
</description><pubDate>Mon, 27 Jan 2014 21:13:03 +0000</pubDate><guid>https://faq.i3wm.org/question/3320/bar-topbottom-border/</guid></item><item><title>Answer by joepd for &lt;p&gt;Is there any way to put a bottom border on a bar positioned at the top of the screen?&lt;/p&gt;

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

&lt;p&gt;Perhaps, something along the lines...&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;bar {
    position top

    color {
        border_bottom #rrggbb
    }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;or&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;bar {
    position bottom

    color {
        border_top #rrggbb
    }
}
&lt;/code&gt;&lt;/pre&gt;
 </title><link>https://faq.i3wm.org/question/3320/bar-topbottom-border/?answer=3321#post-id-3321</link><description>No. If you feel strongly about this, create a patch. But beware: https://faq.i3wm.org/question/778/why-is-patch-not-merged-and-made-optional/
</description><pubDate>Mon, 27 Jan 2014 22:01:57 +0000</pubDate><guid>https://faq.i3wm.org/question/3320/bar-topbottom-border/?answer=3321#post-id-3321</guid></item></channel></rss>