<?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/2071/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Tue, 12 Nov 2013 02:48:07 +0000</lastBuildDate><item><title>how can i change look of windows</title><link>https://faq.i3wm.org/question/2071/how-can-i-change-look-of-windows/</link><description>Hello,&lt;br&gt;
The only thing what I don't like on i3wm is window look. Is any way how to change it ?</description><pubDate>Sun, 23 Jun 2013 14:01:44 +0000</pubDate><guid>https://faq.i3wm.org/question/2071/how-can-i-change-look-of-windows/</guid></item><item><title>Answer by cee for &lt;p&gt;Hello,&lt;br/&gt;
The only thing what I don't like on i3wm is window look. Is any way how to change it ?&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/2071/how-can-i-change-look-of-windows/?answer=2075#post-id-2075</link><description>As far as I know, there is no (easy) solution to change the look of any window (e.g. window decorators), because i3 is *[window manager](https://wiki.archlinux.org/index.php/Window_Manager)* and **NOT** a *[desktop environment](https://wiki.archlinux.org/index.php/Desktop_Environment)*.
What you have, nonetheless, is full control over the colors used for the windows.
I adapted a zenburn style and am very happy with it.

[Screenshot](https://github.com/andreatta/config/blob/master/i3/i3-screen2.png)&lt;br/&gt;
[i3-config](https://github.com/andreatta/config/blob/master/i3/config)

&lt;pre&gt;&lt;code&gt;
# color defines for zenburn styled i3
set $bg     #2c2c2e
set $fg     #9f9f9f
set $hi     #efef8f
set $ac     #a0afa0
set $tx     #040404
set $ia     #8f8f8f
set $be     #8faf9f
set $yw     #ccdc90
set $gn     #88b090
set $rd     #e89393

# set some nice colors      border     background  text
client.focused              $ac        $ac         $tx
client.unfocused            $bg        $bg         $ia
client.focused_inactive     $bg        $bg         $ac
client.urgent               $rd        $rd         $tx

# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
    status_command i3status --config ~/.i3/i3status.conf

    colors {
        background          $bg
        statusline          $fg
        separator           $hi
        focused_workspace   $gn        $bg        $ac
        active_workspace    $gn        $ac        $tx
        inactive_workspace  $bg        $bg        $ia
        urgent_workspace    $rd        $bg        $ac
    }
}
&lt;/code&gt;&lt;/pre&gt;</description><pubDate>Mon, 24 Jun 2013 06:15:43 +0000</pubDate><guid>https://faq.i3wm.org/question/2071/how-can-i-change-look-of-windows/?answer=2075#post-id-2075</guid></item><item><title>Comment by cee for &lt;p&gt;As far as I know, there is no (easy) solution to change the look of any window (e.g. window decorators), because i3 is &lt;em&gt;&lt;a href="https://wiki.archlinux.org/index.php/Window_Manager"&gt;window manager&lt;/a&gt;&lt;/em&gt; and &lt;strong&gt;NOT&lt;/strong&gt; a &lt;em&gt;&lt;a href="https://wiki.archlinux.org/index.php/Desktop_Environment"&gt;desktop environment&lt;/a&gt;&lt;/em&gt;.
What you have, nonetheless, is full control over the colors used for the windows.
I adapted a zenburn style and am very happy with it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/andreatta/config/blob/master/i3/i3-screen2.png"&gt;Screenshot&lt;/a&gt;&lt;br/&gt;
&lt;a href="https://github.com/andreatta/config/blob/master/i3/config"&gt;i3-config&lt;/a&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;
# color defines for zenburn styled i3
set $bg     #2c2c2e
set $fg     #9f9f9f
set $hi     #efef8f
set $ac     #a0afa0
set $tx     #040404
set $ia     #8f8f8f
set $be     #8faf9f
set $yw     #ccdc90
set $gn     #88b090
set $rd     #e89393

# set some nice colors      border     background  text
client.focused              $ac        $ac         $tx
client.unfocused            $bg        $bg         $ia
client.focused_inactive     $bg        $bg         $ac
client.urgent               $rd        $rd         $tx

# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
    status_command i3status --config ~/.i3/i3status.conf

    colors {
        background          $bg
        statusline          $fg
        separator           $hi
        focused_workspace   $gn        $bg        $ac
        active_workspace    $gn        $ac        $tx
        inactive_workspace  $bg        $bg        $ia
        urgent_workspace    $rd        $bg        $ac
    }
}
&lt;/code&gt;&lt;/pre&gt;
</title><link>https://faq.i3wm.org/question/2071/how-can-i-change-look-of-windows/?comment=2078#comment-2078</link><description>Here you go: https://github.com/andreatta/config/blob/master/i3/i3-screen2.png</description><pubDate>Mon, 24 Jun 2013 10:09:35 +0000</pubDate><guid>https://faq.i3wm.org/question/2071/how-can-i-change-look-of-windows/?comment=2078#comment-2078</guid></item><item><title>Comment by bruno.braga for &lt;p&gt;As far as I know, there is no (easy) solution to change the look of any window (e.g. window decorators), because i3 is &lt;em&gt;&lt;a href="https://wiki.archlinux.org/index.php/Window_Manager"&gt;window manager&lt;/a&gt;&lt;/em&gt; and &lt;strong&gt;NOT&lt;/strong&gt; a &lt;em&gt;&lt;a href="https://wiki.archlinux.org/index.php/Desktop_Environment"&gt;desktop environment&lt;/a&gt;&lt;/em&gt;.
What you have, nonetheless, is full control over the colors used for the windows.
I adapted a zenburn style and am very happy with it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/andreatta/config/blob/master/i3/i3-screen2.png"&gt;Screenshot&lt;/a&gt;&lt;br/&gt;
&lt;a href="https://github.com/andreatta/config/blob/master/i3/config"&gt;i3-config&lt;/a&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;
# color defines for zenburn styled i3
set $bg     #2c2c2e
set $fg     #9f9f9f
set $hi     #efef8f
set $ac     #a0afa0
set $tx     #040404
set $ia     #8f8f8f
set $be     #8faf9f
set $yw     #ccdc90
set $gn     #88b090
set $rd     #e89393

# set some nice colors      border     background  text
client.focused              $ac        $ac         $tx
client.unfocused            $bg        $bg         $ia
client.focused_inactive     $bg        $bg         $ac
client.urgent               $rd        $rd         $tx

# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
    status_command i3status --config ~/.i3/i3status.conf

    colors {
        background          $bg
        statusline          $fg
        separator           $hi
        focused_workspace   $gn        $bg        $ac
        active_workspace    $gn        $ac        $tx
        inactive_workspace  $bg        $bg        $ia
        urgent_workspace    $rd        $bg        $ac
    }
}
&lt;/code&gt;&lt;/pre&gt;
</title><link>https://faq.i3wm.org/question/2071/how-can-i-change-look-of-windows/?comment=2079#comment-2079</link><description>Nice, thanks for sharing!</description><pubDate>Mon, 24 Jun 2013 10:12:44 +0000</pubDate><guid>https://faq.i3wm.org/question/2071/how-can-i-change-look-of-windows/?comment=2079#comment-2079</guid></item><item><title>Comment by bruno.braga for &lt;p&gt;As far as I know, there is no (easy) solution to change the look of any window (e.g. window decorators), because i3 is &lt;em&gt;&lt;a href="https://wiki.archlinux.org/index.php/Window_Manager"&gt;window manager&lt;/a&gt;&lt;/em&gt; and &lt;strong&gt;NOT&lt;/strong&gt; a &lt;em&gt;&lt;a href="https://wiki.archlinux.org/index.php/Desktop_Environment"&gt;desktop environment&lt;/a&gt;&lt;/em&gt;.
What you have, nonetheless, is full control over the colors used for the windows.
I adapted a zenburn style and am very happy with it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/andreatta/config/blob/master/i3/i3-screen2.png"&gt;Screenshot&lt;/a&gt;&lt;br/&gt;
&lt;a href="https://github.com/andreatta/config/blob/master/i3/config"&gt;i3-config&lt;/a&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;
# color defines for zenburn styled i3
set $bg     #2c2c2e
set $fg     #9f9f9f
set $hi     #efef8f
set $ac     #a0afa0
set $tx     #040404
set $ia     #8f8f8f
set $be     #8faf9f
set $yw     #ccdc90
set $gn     #88b090
set $rd     #e89393

# set some nice colors      border     background  text
client.focused              $ac        $ac         $tx
client.unfocused            $bg        $bg         $ia
client.focused_inactive     $bg        $bg         $ac
client.urgent               $rd        $rd         $tx

# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
    status_command i3status --config ~/.i3/i3status.conf

    colors {
        background          $bg
        statusline          $fg
        separator           $hi
        focused_workspace   $gn        $bg        $ac
        active_workspace    $gn        $ac        $tx
        inactive_workspace  $bg        $bg        $ia
        urgent_workspace    $rd        $bg        $ac
    }
}
&lt;/code&gt;&lt;/pre&gt;
</title><link>https://faq.i3wm.org/question/2071/how-can-i-change-look-of-windows/?comment=2076#comment-2076</link><description>any screenshots?</description><pubDate>Mon, 24 Jun 2013 06:28:05 +0000</pubDate><guid>https://faq.i3wm.org/question/2071/how-can-i-change-look-of-windows/?comment=2076#comment-2076</guid></item><item><title>Comment by paramnesioid for &lt;p&gt;As far as I know, there is no (easy) solution to change the look of any window (e.g. window decorators), because i3 is &lt;em&gt;&lt;a href="https://wiki.archlinux.org/index.php/Window_Manager"&gt;window manager&lt;/a&gt;&lt;/em&gt; and &lt;strong&gt;NOT&lt;/strong&gt; a &lt;em&gt;&lt;a href="https://wiki.archlinux.org/index.php/Desktop_Environment"&gt;desktop environment&lt;/a&gt;&lt;/em&gt;.
What you have, nonetheless, is full control over the colors used for the windows.
I adapted a zenburn style and am very happy with it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/andreatta/config/blob/master/i3/i3-screen2.png"&gt;Screenshot&lt;/a&gt;&lt;br/&gt;
&lt;a href="https://github.com/andreatta/config/blob/master/i3/config"&gt;i3-config&lt;/a&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;
# color defines for zenburn styled i3
set $bg     #2c2c2e
set $fg     #9f9f9f
set $hi     #efef8f
set $ac     #a0afa0
set $tx     #040404
set $ia     #8f8f8f
set $be     #8faf9f
set $yw     #ccdc90
set $gn     #88b090
set $rd     #e89393

# set some nice colors      border     background  text
client.focused              $ac        $ac         $tx
client.unfocused            $bg        $bg         $ia
client.focused_inactive     $bg        $bg         $ac
client.urgent               $rd        $rd         $tx

# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
    status_command i3status --config ~/.i3/i3status.conf

    colors {
        background          $bg
        statusline          $fg
        separator           $hi
        focused_workspace   $gn        $bg        $ac
        active_workspace    $gn        $ac        $tx
        inactive_workspace  $bg        $bg        $ia
        urgent_workspace    $rd        $bg        $ac
    }
}
&lt;/code&gt;&lt;/pre&gt;
</title><link>https://faq.i3wm.org/question/2071/how-can-i-change-look-of-windows/?comment=2882#comment-2882</link><description>Thanks! I was having trouble trying to change the i3bar colours because I was changing them before I loaded i3status.</description><pubDate>Tue, 12 Nov 2013 02:48:07 +0000</pubDate><guid>https://faq.i3wm.org/question/2071/how-can-i-change-look-of-windows/?comment=2882#comment-2882</guid></item></channel></rss>