<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmobar/src, branch 0.24.3</title>
<subtitle>a minimalistic status bar</subtitle>
<id>https://jao.io/cgit/xmobar/atom?h=0.24.3</id>
<link rel='self' href='https://jao.io/cgit/xmobar/atom?h=0.24.3'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/'/>
<updated>2016-08-11T22:27:33Z</updated>
<entry>
<title>Battery monitor: yet another stab at #271</title>
<updated>2016-08-11T22:27:33Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2016-08-11T22:27:33Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=b06e8cc8b451e4bd62af0901241a136abedc0c7e'/>
<id>urn:sha1:b06e8cc8b451e4bd62af0901241a136abedc0c7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Battery: report Full instead of Idle when the battery looks full</title>
<updated>2016-08-11T16:22:13Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2016-08-11T16:22:13Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=90cc2c33676efa0fb0936ec63868cf6168889f3e'/>
<id>urn:sha1:90cc2c33676efa0fb0936ec63868cf6168889f3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Battery: inferring status from watts/ac when Unknown</title>
<updated>2016-08-10T21:31:49Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2016-08-10T21:31:49Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=75b954d8556efc18a9b829bb1c3246c59f15eab7'/>
<id>urn:sha1:75b954d8556efc18a9b829bb1c3246c59f15eab7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Batt.hs: fix by Matthew Bekkema (see #231)</title>
<updated>2016-08-10T01:27:58Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2016-08-10T01:27:58Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=37202c6552e1d3618d00e72ba033db8f51d6c4d1'/>
<id>urn:sha1:37202c6552e1d3618d00e72ba033db8f51d6c4d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New weather stats URL (fixes #270)</title>
<updated>2016-08-05T13:15:07Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2016-08-05T13:15:07Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=69c40e8cebed65d1ea92c7ac9569fa15bb8a585c'/>
<id>urn:sha1:69c40e8cebed65d1ea92c7ac9569fa15bb8a585c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Trivial compiler warning</title>
<updated>2016-07-27T22:55:52Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2016-07-27T22:55:52Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=8251b2f70ebcc044f57b45fa4764ffc34f80ec5f'/>
<id>urn:sha1:8251b2f70ebcc044f57b45fa4764ffc34f80ec5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixing compatibility with GHC 7.6</title>
<updated>2016-07-27T22:30:21Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2016-07-27T22:30:21Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=5e783dc34abb507f4d9715f0fd30ed8db016772a'/>
<id>urn:sha1:5e783dc34abb507f4d9715f0fd30ed8db016772a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Trivial fixes for compiler warnings</title>
<updated>2016-07-26T23:05:40Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2016-07-26T23:05:40Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=72143cb38608bb48f8d7de5f25687bc4368f550e'/>
<id>urn:sha1:72143cb38608bb48f8d7de5f25687bc4368f550e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add expandEnv function and use it in PipeReader family of monitors</title>
<updated>2016-07-26T23:00:06Z</updated>
<author>
<name>Will Song</name>
<email>incertia9474@gmail.com</email>
</author>
<published>2016-07-16T21:15:33Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=a93755b2d1e9efbd63723f5302ca7c8f43521aa8'/>
<id>urn:sha1:a93755b2d1e9efbd63723f5302ca7c8f43521aa8</id>
<content type='text'>
expandEnv takes a string and expands the environment variables it can
find. variable substringing (e.g. ${VAR:1} to lop off the first
character) is not supported, but $VAR and ${VAR} formats are, with the
former being delimited by punctuation, but not underscores.
</content>
</entry>
<entry>
<title>Sensible thresholds for high/low battery power consumption</title>
<updated>2016-07-26T01:53:24Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2016-07-26T01:53:24Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=c98752cad2343932d42d2fef2229581f0c266800'/>
<id>urn:sha1:c98752cad2343932d42d2fef2229581f0c266800</id>
<content type='text'>
Fixes #265.
</content>
</entry>
</feed>
