<feed xmlns='http://www.w3.org/2005/Atom'>
<title>i3status.git/include, branch master</title>
<subtitle>[no description]</subtitle>
<id>http://git.sigexec.com/cgit.cgi/i3status.git/atom?h=master</id>
<link rel='self' href='http://git.sigexec.com/cgit.cgi/i3status.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/'/>
<updated>2020-05-01T10:16:55+00:00</updated>
<entry>
<title>Move general functions scalloc, sstrdup out of i3status.c</title>
<updated>2020-05-01T10:16:55+00:00</updated>
<author>
<name>Orestis Floros</name>
<email>orestisflo@gmail.com</email>
</author>
<published>2020-05-01T10:15:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=d8e8eb2eef04443d3489d79cf5bf02d8ee2373c2'/>
<id>urn:sha1:d8e8eb2eef04443d3489d79cf5bf02d8ee2373c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various warnings</title>
<updated>2020-04-30T23:06:38+00:00</updated>
<author>
<name>Orestis Floros</name>
<email>orestisflo@gmail.com</email>
</author>
<published>2020-04-30T22:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=a68524ee4a7cbf120382a7b678a7820f07b10bf5'/>
<id>urn:sha1:a68524ee4a7cbf120382a7b678a7820f07b10bf5</id>
<content type='text'>
- unused variable ‘walk’ [-Wunused-variable]
- implicit declaration of built-in function ‘free’
[-Wimplicit-function-declaration]
- initialization discards ‘const’ qualifier from pointer target type
[-Wdiscarded-qualifiers]
- variable 'ram_used' is used uninitialized whenever 'if' condition is
false [-Wsometimes-uninitialized]. This is actually easily reproducible
by specifying `memory_used_method = "XXX"`.
- comparison of integers of different signs: 'int' and 'unsigned long'
[-Wsign-compare] (for `exponent`)
</content>
</entry>
<entry>
<title>Merge pull request #381 from Stunkymonkey/format_wireless</title>
<updated>2020-02-17T07:34:09+00:00</updated>
<author>
<name>Ingo Bürk</name>
<email>admin@airblader.de</email>
</author>
<published>2020-02-17T07:34:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=b61e959a58750fe3a4cf9ed2472d4cb7112bd2c3'/>
<id>urn:sha1:b61e959a58750fe3a4cf9ed2472d4cb7112bd2c3</id>
<content type='text'>
add wireless format-options</content>
</entry>
<entry>
<title>add wireless format-options</title>
<updated>2020-02-10T21:33:20+00:00</updated>
<author>
<name>Felix Buehler</name>
<email>account@buehler.rocks</email>
</author>
<published>2020-02-10T21:33:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=42e714729178679b425095bc1acb1b143ed4885c'/>
<id>urn:sha1:42e714729178679b425095bc1acb1b143ed4885c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use format_placeholder for battery</title>
<updated>2020-02-10T20:05:18+00:00</updated>
<author>
<name>Felix Buehler</name>
<email>account@buehler.rocks</email>
</author>
<published>2020-02-10T17:52:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=b5a804d1afaef1969de9c32060808fefb81a91e7'/>
<id>urn:sha1:b5a804d1afaef1969de9c32060808fefb81a91e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce format_percentage for battery (#371)</title>
<updated>2019-11-16T15:26:26+00:00</updated>
<author>
<name>grmat</name>
<email>grmat@users.noreply.github.com</email>
</author>
<published>2019-11-16T15:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=abfe05c8bd54cf25e3d705e4899e9e9c8a8ea9a7'/>
<id>urn:sha1:abfe05c8bd54cf25e3d705e4899e9e9c8a8ea9a7</id>
<content type='text'>
Allow custom output, backwards-compatible to integer_battery_capacity</content>
</entry>
<entry>
<title>Introduce memory options 'unit' and 'decimals'</title>
<updated>2019-10-26T13:32:32+00:00</updated>
<author>
<name>MK13</name>
<email>marius@kleberonline.de</email>
</author>
<published>2019-10-26T13:32:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=572c96d63ed41bfc83d7378454f3ae4505ad9601'/>
<id>urn:sha1:572c96d63ed41bfc83d7378454f3ae4505ad9601</id>
<content type='text'>
Previously the format placeholders were auto-converted to the maximum possible
unit, e.g. /proc/meminfo reports MemTotal of 16307104kB which will get
converted to 15.6GiB. It is now possible to specifiy the target unit, e.g. Mi,
which will be used for the conversion - in the example it would lead to
15924.9MiB.

The resulting number can now be further formatted via the decimal option. It
allows to specify the number of decimals to use, e.g. 15.6GiB vs. 15GiB or
15924.9MiB vs. 15925MiB.
</content>
</entry>
<entry>
<title>Added function to print content from file (#331)</title>
<updated>2019-02-21T14:34:32+00:00</updated>
<author>
<name>Dennis Vesterlund</name>
<email>dennisvesterlund@gmail.com</email>
</author>
<published>2019-02-21T14:34:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=9b5f6ae5f460c8642286cf174751a317f155d043'/>
<id>urn:sha1:9b5f6ae5f460c8642286cf174751a317f155d043</id>
<content type='text'>
Added a function to print file contents to status bar without newlines.
Added tests for print file contents function
Added manpage entry for file contents</content>
</entry>
<entry>
<title>Switch to autotools (#316)</title>
<updated>2019-01-23T07:56:40+00:00</updated>
<author>
<name>Michael Stapelberg</name>
<email>stapelberg@users.noreply.github.com</email>
</author>
<published>2019-01-23T07:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=a57cdc84e2f38ea99fd464d8b5b6446c769cc545'/>
<id>urn:sha1:a57cdc84e2f38ea99fd464d8b5b6446c769cc545</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement %devicename specifier for volume module (#325)</title>
<updated>2019-01-23T07:45:51+00:00</updated>
<author>
<name>Denton Liu</name>
<email>liu.denton+github@gmail.com</email>
</author>
<published>2019-01-23T07:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=7efbeeaf6ce9232f7479f76c1c79ff73c0db49e4'/>
<id>urn:sha1:7efbeeaf6ce9232f7479f76c1c79ff73c0db49e4</id>
<content type='text'>
This commit implements the %devicename specifier for the volume module
for both PulseAudio and ALSA. This way, i3status will be able to display
the specific device that corresponds to the volume indicator.

Note that this is not implemented for the OSS API but is left in a state
where someone can pick it up for the future.</content>
</entry>
</feed>
