<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmobar/src, branch 0.28</title>
<subtitle>a minimalistic status bar</subtitle>
<id>https://jao.io/cgit/xmobar/atom?h=0.28</id>
<link rel='self' href='https://jao.io/cgit/xmobar/atom?h=0.28'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/'/>
<updated>2018-07-19T21:11:14Z</updated>
<entry>
<title>New ComX specifying error output string (closes #342)</title>
<updated>2018-07-19T21:11:14Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2018-07-19T21:11:14Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=cbde794c899d04524a486d5d0f82b8e2d889cdb8'/>
<id>urn:sha1:cbde794c899d04524a486d5d0f82b8e2d889cdb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>port to dbus-1</title>
<updated>2018-07-11T23:46:22Z</updated>
<author>
<name>Sergei Trofimovich</name>
<email>slyfox@gentoo.org</email>
</author>
<published>2018-06-04T10:43:22Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=d3d3cf639e736244c12191c8c35ceb465c0b9103'/>
<id>urn:sha1:d3d3cf639e736244c12191c8c35ceb465c0b9103</id>
<content type='text'>
Signed-off-by: Sergei Trofimovich &lt;slyfox@gentoo.org&gt;
</content>
</entry>
<entry>
<title>New configuration parameter `textOffsets` (fixes #311)</title>
<updated>2018-07-10T15:23:11Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2018-07-10T15:21:26Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=a2365debfaba478042184f5831675d1b08172cc7'/>
<id>urn:sha1:a2365debfaba478042184f5831675d1b08172cc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hlinting</title>
<updated>2018-06-24T00:54:28Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2018-06-24T00:54:28Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=741b803b943430a262ec36658b13830733e17b48'/>
<id>urn:sha1:741b803b943430a262ec36658b13830733e17b48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix: tag-respecting trimming of monitor oututs (-T, -E)</title>
<updated>2018-06-23T23:28:52Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2018-06-23T23:28:52Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=9c5f9b26bc19975f2486a11941821089ee62562a'/>
<id>urn:sha1:9c5f9b26bc19975f2486a11941821089ee62562a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build with hinotify 0.3.10 and earlier, fixes #348, fixes #350</title>
<updated>2018-04-24T10:02:04Z</updated>
<author>
<name>Mark Wright</name>
<email>gienah@gentoo.org</email>
</author>
<published>2018-04-24T10:02:04Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=fb0a23f395445540f865ae00b33e75e0175db4ef'/>
<id>urn:sha1:fb0a23f395445540f865ae00b33e75e0175db4ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Net: fix race condition in netParser/readNetDev/isUp</title>
<updated>2018-04-05T08:45:19Z</updated>
<author>
<name>Tomas Janousek</name>
<email>tomi@nomi.cz</email>
</author>
<published>2017-11-04T19:07:30Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=3b88faefe7a2a512ebf2dcde4f3cdb3e89b98393'/>
<id>urn:sha1:3b88faefe7a2a512ebf2dcde4f3cdb3e89b98393</id>
<content type='text'>
It's possible (and happens) that netParser sees a device that is no
longer there when we get to isUp. This happens almost every time I
resume from suspend and the WWAN card (USB device) reappears, and
results in xmobar showing the exception until I restart it.

Originally I tried

    tryJust (guard . isDoesNotExistError) (B.readFile (operstateDir d))

and it worked for a while but in recent kernels it's possible to open
the file and have the device disappear before we get to reading the
contents of it, so we need to surround the whole open/read block in
catchIOError and make sure it's evaluated.
</content>
</entry>
<entry>
<title>Add fallback icon support to MultiCpu</title>
<updated>2018-03-17T23:00:10Z</updated>
<author>
<name>bobtwinkles</name>
<email>srkoser+GitHub@gmail.com</email>
</author>
<published>2018-03-17T23:00:10Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=cb38935826d4edf1e75594fd554ff690f820c6d4'/>
<id>urn:sha1:cb38935826d4edf1e75594fd554ff690f820c6d4</id>
<content type='text'>
To make the &lt;autoipat&gt; pattern truly automatic, there needs to be a fallback
icon set to use when the user hasn't specified enough --load-icon-patterns.
This adds the fallback under the name --fallback-icon-pattern
</content>
</entry>
<entry>
<title>Add ellipsis option for Monitor's fields and total text</title>
<updated>2018-03-07T19:39:21Z</updated>
<author>
<name>Olivier Schneider</name>
<email>olivier.schneider@kolabnow.com</email>
</author>
<published>2018-03-03T14:50:02Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=ae37e13986b45150f69d7cfa2555cf6b22ccc3c9'/>
<id>urn:sha1:ae37e13986b45150f69d7cfa2555cf6b22ccc3c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Batt: Try also "BAT" (fixes #338)</title>
<updated>2018-02-18T21:38:51Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2018-02-18T21:38:51Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=e154d88e03e05b2dad34408b05ed944024036ba5'/>
<id>urn:sha1:e154d88e03e05b2dad34408b05ed944024036ba5</id>
<content type='text'>
</content>
</entry>
</feed>
