<feed xmlns='http://www.w3.org/2005/Atom'>
<title>i3status.git/src, branch 2.8</title>
<subtitle>[no description]</subtitle>
<id>http://git.sigexec.com/cgit.cgi/i3status.git/atom?h=2.8</id>
<link rel='self' href='http://git.sigexec.com/cgit.cgi/i3status.git/atom?h=2.8'/>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/'/>
<updated>2013-12-10T20:18:14+00:00</updated>
<entry>
<title>disk: Distinguish between IEC, SI and custom prefixes</title>
<updated>2013-12-10T20:18:14+00:00</updated>
<author>
<name>Mats</name>
<email>d912e3@gmail.com</email>
</author>
<published>2013-12-05T21:12:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=596f2264f4bc3d50da425873a7941b4de99afcb8'/>
<id>urn:sha1:596f2264f4bc3d50da425873a7941b4de99afcb8</id>
<content type='text'>
* IEC: Ki, Mi, Gi, Ti (powers of 1024)
* SI: k, M, G, T (powers of 1000)
* custom: K, M, G, T (powers of 1024)
</content>
</entry>
<entry>
<title>Add support for path_exists directive.</title>
<updated>2013-11-22T14:52:27+00:00</updated>
<author>
<name>Kinware AB</name>
<email>oss@kinware.com</email>
</author>
<published>2013-11-12T19:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=717484184f6e8a3bb38f50cc6fbe4fbfb3544cd9'/>
<id>urn:sha1:717484184f6e8a3bb38f50cc6fbe4fbfb3544cd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added different format string for volume in case it is muted.</title>
<updated>2013-11-18T21:31:42+00:00</updated>
<author>
<name>Gereon Kremer</name>
<email>gereon.kremer@rwth-aachen.de</email>
</author>
<published>2013-11-14T23:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=4bd0ba88c896d1ad9beba2eaadc01f1f2d172b5b'/>
<id>urn:sha1:4bd0ba88c896d1ad9beba2eaadc01f1f2d172b5b</id>
<content type='text'>
If the volume is muted, the volume level would simply be displayed as zero and the color changed to color_degraded.
This patch lets the user define a custom format string for when the volume is muted.
The default value is "♪: 0%" ("♪: %volume" being the usual format).
</content>
</entry>
<entry>
<title>format detection: simplify code, handle "sh" processes in the hierarchy</title>
<updated>2013-11-09T13:37:05+00:00</updated>
<author>
<name>Michael Stapelberg</name>
<email>michael@stapelberg.de</email>
</author>
<published>2013-11-09T13:34:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=14b43bdec2af2737457a00e65ccc129025e508c1'/>
<id>urn:sha1:14b43bdec2af2737457a00e65ccc129025e508c1</id>
<content type='text'>
i3 starts processes using /bin/sh now, not $SHELL. This increases the
likelihood with which we are started by dash, which tends to leave its
processes in the hierarchy, e.g.:

michael       1524  i3bar --bar_id=bar-0 --socket=/run/user/1000/i3/ipc-s
michael       1525   \_ /bin/sh -c i3status
michael       1526       \_ i3status

This case is now handled correctly — when the parent is “sh”, the parent
of sh will be used instead.
</content>
</entry>
<entry>
<title>fix slurp(), it needs to read size-1 for the trailing NUL</title>
<updated>2013-11-09T13:37:04+00:00</updated>
<author>
<name>Michael Stapelberg</name>
<email>michael@stapelberg.de</email>
</author>
<published>2013-11-09T13:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=31509b0d5654baf2e2c3438cae90c30e3dd00c17'/>
<id>urn:sha1:31509b0d5654baf2e2c3438cae90c30e3dd00c17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>print_cpu_temperature: fix memory leak (Thanks kuba)</title>
<updated>2013-10-24T17:19:21+00:00</updated>
<author>
<name>Michael Stapelberg</name>
<email>michael@stapelberg.de</email>
</author>
<published>2013-10-24T17:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=ebfafc5dac9cb15ec4ec9b13e9b933c9c2c5d5c9'/>
<id>urn:sha1:ebfafc5dac9cb15ec4ec9b13e9b933c9c2c5d5c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for cpu temperature on NetBSD (using envsys(4))</title>
<updated>2013-10-07T17:32:50+00:00</updated>
<author>
<name>Arnaud Degroote</name>
<email>degroote@NetBSD.org</email>
</author>
<published>2013-10-06T21:18:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=c6e9fc84c6a7213b31d9e2790ea36d42ee10e809'/>
<id>urn:sha1:c6e9fc84c6a7213b31d9e2790ea36d42ee10e809</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow to print cpu usage on NetBSD</title>
<updated>2013-10-07T17:31:01+00:00</updated>
<author>
<name>Arnaud Degroote</name>
<email>degroote@NetBSD.org</email>
</author>
<published>2013-10-06T18:13:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=32551729e886a7a6bae4cf53cadceb3079c6cac2'/>
<id>urn:sha1:32551729e886a7a6bae4cf53cadceb3079c6cac2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow to print eth information on NetBSD</title>
<updated>2013-10-07T17:30:51+00:00</updated>
<author>
<name>Arnaud Degroote</name>
<email>degroote@NetBSD.org</email>
</author>
<published>2013-10-06T18:13:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=cf2fb619110bd3f3d161b081e4b18c346a75eb94'/>
<id>urn:sha1:cf2fb619110bd3f3d161b081e4b18c346a75eb94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow load to be a float</title>
<updated>2013-07-09T21:22:26+00:00</updated>
<author>
<name>M. Kory Woods</name>
<email>kory@virlo.net</email>
</author>
<published>2013-07-07T15:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=41be50a983e4c7313ef63b4b5a7b2db30575c9ba'/>
<id>urn:sha1:41be50a983e4c7313ef63b4b5a7b2db30575c9ba</id>
<content type='text'>
</content>
</entry>
</feed>
