<?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/1593/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Mon, 15 Apr 2013 21:03:15 +0000</lastBuildDate><item><title>How to change panel-color</title><link>https://faq.i3wm.org/question/1593/how-to-change-panel-color/</link><description>I tried to change it with

    client.focused          #4c7899 #285577 #ffffff #2e9ef4
    client.focused_inactive #333333 #5f676a #ffffff #484e50
    client.unfocused        #333333 #222222 #888888 #292d2e
    client.urgent           #2f343a #900000 #ffffff #900000

etc.
But it shows me an error if i restart my config with that code.
Why?

thanks.</description><pubDate>Tue, 09 Apr 2013 13:18:57 +0000</pubDate><guid>https://faq.i3wm.org/question/1593/how-to-change-panel-color/</guid></item><item><title>Answer by Kretortex for &lt;p&gt;I tried to change it with&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;client.focused          #4c7899 #285577 #ffffff #2e9ef4
client.focused_inactive #333333 #5f676a #ffffff #484e50
client.unfocused        #333333 #222222 #888888 #292d2e
client.urgent           #2f343a #900000 #ffffff #900000
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;etc.
But it shows me an error if i restart my config with that code.
Why?&lt;/p&gt;

&lt;p&gt;thanks.&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/1593/how-to-change-panel-color/?answer=1598#post-id-1598</link><description>Thats the Error-Message

    ERROR: 
    ERROR: CONFIG: syntax error, unexpected $undefined
    ERROR: CONFIG: in file "/home/username/.i3/config", line 17:
    ERROR: CONFIG:   client.focused          #4c7899 #285577 #ffffff #2e9ef4
    ERROR: CONFIG:                                                   ^
    ERROR: 
    ERROR: 
    ERROR: CONFIG: syntax error, unexpected $undefined
    ERROR: CONFIG: in file "/home/username/.i3/config", line 18:
    ERROR: CONFIG:   client.focused_inactive #333333 #5f676a #ffffff #484e50
    ERROR: CONFIG:                                                   ^
    ERROR: 
    ERROR: 
    ERROR: CONFIG: syntax error, unexpected $undefined
    ERROR: CONFIG: in file "/home/username/.i3/config", line 19:
    ERROR: CONFIG:   client.unfocused        #333333 #222222 #888888 #292d2e
    ERROR: CONFIG:                                                   ^
    ERROR: 
    ERROR: 
    ERROR: CONFIG: syntax error, unexpected $undefined
    ERROR: CONFIG: in file "/home/username/.i3/config", line 20:
    ERROR: CONFIG:   client.urgent           #2f343a #900000 #ffffff #900000
    ERROR: CONFIG:                                                   ^
    ERROR: 
    ERROR: FYI: You are using i3 version 4.1.2 (2012-01-27, branch "release-4.1.2")
</description><pubDate>Tue, 09 Apr 2013 16:05:53 +0000</pubDate><guid>https://faq.i3wm.org/question/1593/how-to-change-panel-color/?answer=1598#post-id-1598</guid></item><item><title>Comment by schischi for &lt;p&gt;Thats the Error-Message&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 17:
ERROR: CONFIG:   client.focused          #4c7899 #285577 #ffffff #2e9ef4
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 18:
ERROR: CONFIG:   client.focused_inactive #333333 #5f676a #ffffff #484e50
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 19:
ERROR: CONFIG:   client.unfocused        #333333 #222222 #888888 #292d2e
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 20:
ERROR: CONFIG:   client.urgent           #2f343a #900000 #ffffff #900000
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: FYI: You are using i3 version 4.1.2 (2012-01-27, branch "release-4.1.2")
&lt;/code&gt;&lt;/pre&gt;
</title><link>https://faq.i3wm.org/question/1593/how-to-change-panel-color/?comment=1601#comment-1601</link><description>Take a look at http://i3wm.org/downloads/ to see if there is a package for your distribution. Or compile it from source.</description><pubDate>Tue, 09 Apr 2013 16:56:21 +0000</pubDate><guid>https://faq.i3wm.org/question/1593/how-to-change-panel-color/?comment=1601#comment-1601</guid></item><item><title>Comment by schischi for &lt;p&gt;Thats the Error-Message&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 17:
ERROR: CONFIG:   client.focused          #4c7899 #285577 #ffffff #2e9ef4
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 18:
ERROR: CONFIG:   client.focused_inactive #333333 #5f676a #ffffff #484e50
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 19:
ERROR: CONFIG:   client.unfocused        #333333 #222222 #888888 #292d2e
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 20:
ERROR: CONFIG:   client.urgent           #2f343a #900000 #ffffff #900000
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: FYI: You are using i3 version 4.1.2 (2012-01-27, branch "release-4.1.2")
&lt;/code&gt;&lt;/pre&gt;
</title><link>https://faq.i3wm.org/question/1593/how-to-change-panel-color/?comment=1599#comment-1599</link><description>you are using an old version of i3, consider upgrading to the latest version.</description><pubDate>Tue, 09 Apr 2013 16:10:20 +0000</pubDate><guid>https://faq.i3wm.org/question/1593/how-to-change-panel-color/?comment=1599#comment-1599</guid></item><item><title>Comment by Kretortex for &lt;p&gt;Thats the Error-Message&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 17:
ERROR: CONFIG:   client.focused          #4c7899 #285577 #ffffff #2e9ef4
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 18:
ERROR: CONFIG:   client.focused_inactive #333333 #5f676a #ffffff #484e50
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 19:
ERROR: CONFIG:   client.unfocused        #333333 #222222 #888888 #292d2e
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 20:
ERROR: CONFIG:   client.urgent           #2f343a #900000 #ffffff #900000
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: FYI: You are using i3 version 4.1.2 (2012-01-27, branch "release-4.1.2")
&lt;/code&gt;&lt;/pre&gt;
</title><link>https://faq.i3wm.org/question/1593/how-to-change-panel-color/?comment=1638#comment-1638</link><description>There is no newer Version available. I3wm.org says the latest version would be 4.5.1 but when i download the package for my distribution, it says that its version 4.1.2 ..the same thats already installed on my machine.</description><pubDate>Mon, 15 Apr 2013 19:18:14 +0000</pubDate><guid>https://faq.i3wm.org/question/1593/how-to-change-panel-color/?comment=1638#comment-1638</guid></item><item><title>Comment by Kretortex for &lt;p&gt;Thats the Error-Message&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 17:
ERROR: CONFIG:   client.focused          #4c7899 #285577 #ffffff #2e9ef4
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 18:
ERROR: CONFIG:   client.focused_inactive #333333 #5f676a #ffffff #484e50
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 19:
ERROR: CONFIG:   client.unfocused        #333333 #222222 #888888 #292d2e
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 20:
ERROR: CONFIG:   client.urgent           #2f343a #900000 #ffffff #900000
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: FYI: You are using i3 version 4.1.2 (2012-01-27, branch "release-4.1.2")
&lt;/code&gt;&lt;/pre&gt;
</title><link>https://faq.i3wm.org/question/1593/how-to-change-panel-color/?comment=1631#comment-1631</link><description>@schischi: And my config etc. will be the same, or will it be deleted by installing new i3</description><pubDate>Sat, 13 Apr 2013 11:42:38 +0000</pubDate><guid>https://faq.i3wm.org/question/1593/how-to-change-panel-color/?comment=1631#comment-1631</guid></item><item><title>Comment by Kretortex for &lt;p&gt;Thats the Error-Message&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 17:
ERROR: CONFIG:   client.focused          #4c7899 #285577 #ffffff #2e9ef4
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 18:
ERROR: CONFIG:   client.focused_inactive #333333 #5f676a #ffffff #484e50
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 19:
ERROR: CONFIG:   client.unfocused        #333333 #222222 #888888 #292d2e
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 20:
ERROR: CONFIG:   client.urgent           #2f343a #900000 #ffffff #900000
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: FYI: You are using i3 version 4.1.2 (2012-01-27, branch "release-4.1.2")
&lt;/code&gt;&lt;/pre&gt;
</title><link>https://faq.i3wm.org/question/1593/how-to-change-panel-color/?comment=1600#comment-1600</link><description>how can i update?</description><pubDate>Tue, 09 Apr 2013 16:19:07 +0000</pubDate><guid>https://faq.i3wm.org/question/1593/how-to-change-panel-color/?comment=1600#comment-1600</guid></item><item><title>Comment by Michael for &lt;p&gt;Thats the Error-Message&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 17:
ERROR: CONFIG:   client.focused          #4c7899 #285577 #ffffff #2e9ef4
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 18:
ERROR: CONFIG:   client.focused_inactive #333333 #5f676a #ffffff #484e50
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 19:
ERROR: CONFIG:   client.unfocused        #333333 #222222 #888888 #292d2e
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: 
ERROR: CONFIG: syntax error, unexpected $undefined
ERROR: CONFIG: in file "/home/username/.i3/config", line 20:
ERROR: CONFIG:   client.urgent           #2f343a #900000 #ffffff #900000
ERROR: CONFIG:                                                   ^
ERROR: 
ERROR: FYI: You are using i3 version 4.1.2 (2012-01-27, branch "release-4.1.2")
&lt;/code&gt;&lt;/pre&gt;
</title><link>https://faq.i3wm.org/question/1593/how-to-change-panel-color/?comment=1641#comment-1641</link><description>See http://i3wm.org/docs/repositories.html in case you use Debian or Ubuntu.</description><pubDate>Mon, 15 Apr 2013 21:03:15 +0000</pubDate><guid>https://faq.i3wm.org/question/1593/how-to-change-panel-color/?comment=1641#comment-1641</guid></item><item><title>Answer by schischi for &lt;p&gt;I tried to change it with&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;client.focused          #4c7899 #285577 #ffffff #2e9ef4
client.focused_inactive #333333 #5f676a #ffffff #484e50
client.unfocused        #333333 #222222 #888888 #292d2e
client.urgent           #2f343a #900000 #ffffff #900000
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;etc.
But it shows me an error if i restart my config with that code.
Why?&lt;/p&gt;

&lt;p&gt;thanks.&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/1593/how-to-change-panel-color/?answer=1595#post-id-1595</link><description>What is the error message ?

Btw you can use a variable to store a color if you want:

    set $white #ffffff
    ...
    client.focused $darkgray $blue $white $white

 </description><pubDate>Tue, 09 Apr 2013 15:14:58 +0000</pubDate><guid>https://faq.i3wm.org/question/1593/how-to-change-panel-color/?answer=1595#post-id-1595</guid></item></channel></rss>