<?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/6055/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Wed, 03 Jun 2015 03:04:38 +0000</lastBuildDate><item><title>i3status: different colours for indiviual monitors?</title><link>https://faq.i3wm.org/question/6055/i3status-different-colours-for-indiviual-monitors/</link><description>My i3status bar is a long line of numbers that aren't immediately meaningful. Is it possible to make certain things different colours (eg, make the time/date blue) to make it easier to find the info I want at a glance?</description><pubDate>Tue, 02 Jun 2015 19:56:38 +0000</pubDate><guid>https://faq.i3wm.org/question/6055/i3status-different-colours-for-indiviual-monitors/</guid></item><item><title>Answer by i3convert for &lt;p&gt;My i3status bar is a long line of numbers that aren't immediately meaningful. Is it possible to make certain things different colours (eg, make the time/date blue) to make it easier to find the info I want at a glance?&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/6055/i3status-different-colours-for-indiviual-monitors/?answer=6056#post-id-6056</link><description>It is possible. The [i3bar protocol descriptions](http://i3wm.org/docs/i3bar-protocol.html) explains how to do this in detail.

Without going into details, the input to i3bar has to be encoded in the JSON format. To change the color of a specific entry, you have to add the `color` attributed. For instance, in the following example, the date would be red and the time would be green:

    ...
    { "full_text": "Jun 2, 2015", "color": "#ff0000"},
    { "full_text": "19:59", "color": "#00ff00"},
    ...</description><pubDate>Wed, 03 Jun 2015 03:04:38 +0000</pubDate><guid>https://faq.i3wm.org/question/6055/i3status-different-colours-for-indiviual-monitors/?answer=6056#post-id-6056</guid></item></channel></rss>