<feed xmlns='http://www.w3.org/2005/Atom'>
<title>i3status.git/man, branch 2.9</title>
<subtitle>[no description]</subtitle>
<id>http://git.sigexec.com/cgit.cgi/i3status.git/atom?h=2.9</id>
<link rel='self' href='http://git.sigexec.com/cgit.cgi/i3status.git/atom?h=2.9'/>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/'/>
<updated>2015-03-22T16:58:40+00:00</updated>
<entry>
<title>release v2.9</title>
<updated>2015-03-22T16:58:40+00:00</updated>
<author>
<name>Michael Stapelberg</name>
<email>michael@stapelberg.de</email>
</author>
<published>2015-03-22T16:58:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=523f7b269b7f75d6075ad38b09d26a2b9697ca88'/>
<id>urn:sha1:523f7b269b7f75d6075ad38b09d26a2b9697ca88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removing Yoda-Style</title>
<updated>2015-02-22T17:25:12+00:00</updated>
<author>
<name>Christian Kohlstedde</name>
<email>christian@kohlsted.de</email>
</author>
<published>2015-02-22T17:25:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=562a879f7c40bb7586e2d4b8dc55cf3171e5d43d'/>
<id>urn:sha1:562a879f7c40bb7586e2d4b8dc55cf3171e5d43d</id>
<content type='text'>
adding some words in the manpage
</content>
</entry>
<entry>
<title>support the special interface name _first_ for ethernet/wireless</title>
<updated>2014-12-07T14:17:31+00:00</updated>
<author>
<name>Michael Stapelberg</name>
<email>michael@stapelberg.de</email>
</author>
<published>2014-12-07T14:14:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=b219f47f394e536198997578e4cce3c539b84b6d'/>
<id>urn:sha1:b219f47f394e536198997578e4cce3c539b84b6d</id>
<content type='text'>
Since we have deterministic device names in Linux, these strings are a
much better default in the i3status config than "eth0" and "wlan0" (what
we used before).
</content>
</entry>
<entry>
<title>i3status: Support %frequency for wireless interfaces</title>
<updated>2014-12-03T07:14:21+00:00</updated>
<author>
<name>Tuomas Tynkkynen</name>
<email>tuomas.tynkkynen@iki.fi</email>
</author>
<published>2014-12-01T16:30:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=7bdfb5b72e730f2131dccd75f211aaa6d2236954'/>
<id>urn:sha1:7bdfb5b72e730f2131dccd75f211aaa6d2236954</id>
<content type='text'>
In many public WiFis, the 2.4 GHz wireless band is slow due to
congestion, while there is still plenty of bandwidth available on the
5 GHz area. So when debugging wireless issues it's convenient to have
i3status display the frequency of the access point that the interface is
connected to.

This patch adds support for the %frequency tag for wireless interfaces,
so for example:
    format_up = "WLAN: %essid - %quality / %frequency"
would result in:
    "WLAN: eduroam - 074% / 2.4 GHz"
</content>
</entry>
<entry>
<title>Updated the man page for i3status with information about the new individual strings that can be used for each battery status.</title>
<updated>2014-10-07T16:52:02+00:00</updated>
<author>
<name>Cyril Andreatta</name>
<email>cyril@andreatta.ch</email>
</author>
<published>2014-10-07T14:14:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=f817e3b4c085a13d876968af499973b4349ef4f6'/>
<id>urn:sha1:f817e3b4c085a13d876968af499973b4349ef4f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify color_separator relation to output_format</title>
<updated>2014-06-08T11:56:24+00:00</updated>
<author>
<name>Bas Pape</name>
<email>baspape@gmail.com</email>
</author>
<published>2014-06-07T13:48:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=e4b854543a2f0ff960e8b41ed62c1b8db7f5903b'/>
<id>urn:sha1:e4b854543a2f0ff960e8b41ed62c1b8db7f5903b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>disk: Colorize output when below given threshold</title>
<updated>2014-03-09T21:57:19+00:00</updated>
<author>
<name>Mats</name>
<email>d912e3@gmail.com</email>
</author>
<published>2014-03-07T23:24:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=bc0bd8c9e03d92ab133f4dfae52dc202c3e0cbf6'/>
<id>urn:sha1:bc0bd8c9e03d92ab133f4dfae52dc202c3e0cbf6</id>
<content type='text'>
New disk module options:
* threshold_type: ^(percentage|[kmgt]?bytes)_(free|avail)$
* low_threshold: &lt;double&gt;

fixes #912
</content>
</entry>
<entry>
<title>Support align and min_width module options</title>
<updated>2014-03-07T07:46:44+00:00</updated>
<author>
<name>Marco Hunsicker</name>
<email>i3@hunsicker.de</email>
</author>
<published>2014-03-05T19:53:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=1de12e7b20e7ce38e2777218f1d922b3255599e1'/>
<id>urn:sha1:1de12e7b20e7ce38e2777218f1d922b3255599e1</id>
<content type='text'>
This patch enables users to define "align" and "min_width" options
right in the i3status module config sections.

Specifically this patch:
 * Adds macros for the two new options that are used in the option
   definitions. As the min_width option can take either a string or a
   number, a custom type has been added along with a corresponding callback
   function that parses the provided value (and provides input validation).
   The align option also uses a callback for input validation
 * Expands all module config option definitions to include the new
   options
 * Extends the SEC_CLOSE_MAP() macro to generate the JSON for the new
   options as necessary
 * Updates the manpage to explain the new options
</content>
</entry>
<entry>
<title>i3status: Allow customization of module separator</title>
<updated>2014-03-01T09:21:11+00:00</updated>
<author>
<name>Marco Hunsicker</name>
<email>i3@hunsicker.de</email>
</author>
<published>2014-03-01T08:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=7b021d3eb20c9bf63ad8fa54ae253add47e551f6'/>
<id>urn:sha1:7b021d3eb20c9bf63ad8fa54ae253add47e551f6</id>
<content type='text'>
This patch adds the ability to customize the separator that is placed
between modules.

Specifically this patch:

* adds the "separator" general directive
* moves the definition of the default separator for the different
  output formats (excluding color formatting) to src/i3status.c
* updates the SEC_CLOSE_MAP macro to disable the separator for the
  i3bar output format if the separator directive dictates so
* changes print_seperator() in src/output.c to take a separator
  parameter in order to disable the output of the separator if
  the separator is empty and to use the provided separator
  otherwise
* updates the manpage to explain the new directive
</content>
</entry>
<entry>
<title>Add hide_seconds option</title>
<updated>2014-02-08T19:36:59+00:00</updated>
<author>
<name>Iakov Davydov</name>
<email>davydov@xkcd.ru</email>
</author>
<published>2014-02-05T10:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=c01a8110a46ac084ae1fe2f55048c6bf71f6b57d'/>
<id>urn:sha1:c01a8110a46ac084ae1fe2f55048c6bf71f6b57d</id>
<content type='text'>
fixes: #1134
</content>
</entry>
</feed>
