<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmobar/doc, branch 0.43</title>
<subtitle>a minimalistic status bar</subtitle>
<id>https://jao.io/cgit/xmobar/atom?h=0.43</id>
<link rel='self' href='https://jao.io/cgit/xmobar/atom?h=0.43'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/'/>
<updated>2022-04-18T17:55:04Z</updated>
<entry>
<title>CpuFreq: new template parameters max, min and avg.</title>
<updated>2022-04-18T17:55:04Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-04-18T17:55:04Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=552d6f8baa1048ddb5fd22269efd50b90303ca4d'/>
<id>urn:sha1:552d6f8baa1048ddb5fd22269efd50b90303ca4d</id>
<content type='text'>
Fixes #166.
</content>
</entry>
<entry>
<title>New dbus signal: SetAlpha (fixes #499)</title>
<updated>2022-04-18T14:59:51Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-04-18T14:59:51Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=082ef98c1c265ad927b728402d8803a86bbbaeef'/>
<id>urn:sha1:082ef98c1c265ad927b728402d8803a86bbbaeef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Memory: new argument to scale usage units</title>
<updated>2022-04-14T15:41:36Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-04-14T15:41:36Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=727478f5b8916d8d98ae4208d4f6a80abb4fafc7'/>
<id>urn:sha1:727478f5b8916d8d98ae4208d4f6a80abb4fafc7</id>
<content type='text'>
Fixes #624
</content>
</entry>
<entry>
<title>Load: honour the -d (decimal digits) monitor argument</title>
<updated>2022-03-30T18:22:13Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-03-30T18:22:13Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=88230bb0301aebc37c971d235f5a9735d9563f8d'/>
<id>urn:sha1:88230bb0301aebc37c971d235f5a9735d9563f8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Load monitor: correctly colorize according to -L/-H</title>
<updated>2022-03-30T05:17:42Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-03-30T05:17:42Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=60b106ac0db19800667ee54b0d390d80e0873b52'/>
<id>urn:sha1:60b106ac0db19800667ee54b0d390d80e0873b52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Load: new load average monitor</title>
<updated>2022-03-30T01:37:00Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-03-30T01:37:00Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=4f4e8de1d8b4d33e02057d085399d25e05d87a17'/>
<id>urn:sha1:4f4e8de1d8b4d33e02057d085399d25e05d87a17</id>
<content type='text'>
Closes #208
</content>
</entry>
<entry>
<title>Documentation: Note the need for threaded RTS with QueueReader &amp; xmonad</title>
<updated>2022-02-20T19:57:31Z</updated>
<author>
<name>Tomas Janousek</name>
<email>tomi@nomi.cz</email>
</author>
<published>2022-02-20T19:56:21Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=efa9e4c541695e725d39da001592c9613acc4cae'/>
<id>urn:sha1:efa9e4c541695e725d39da001592c9613acc4cae</id>
<content type='text'>
Related: https://github.com/jaor/xmobar/issues/571
</content>
</entry>
<entry>
<title>Documentation: More robust QueueReader example</title>
<updated>2022-02-20T19:57:28Z</updated>
<author>
<name>Tomas Janousek</name>
<email>tomi@nomi.cz</email>
</author>
<published>2022-02-20T19:52:54Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=7cca823651a4a33e0c99d4062a382704f7904572'/>
<id>urn:sha1:7cca823651a4a33e0c99d4062a382704f7904572</id>
<content type='text'>
1. Call `initThreads` early because there's no guarantee the xmobar
   thread will do this before xmonad makes any Xlib calls (although it's
   likely as xmonad startup is probably more expensive).

2. Use `forkOS` to fail early if running in a non-threaded RTS. Also,
   xmobar's own main thread would normally be a bound thread, so this
   may (likely non-observably) result in more consistent behaviour.

Related: https://github.com/jaor/xmobar/issues/571
</content>
</entry>
<entry>
<title>Documentation: Drop unused fragment in QueueReader example</title>
<updated>2022-02-20T19:57:25Z</updated>
<author>
<name>Tomas Janousek</name>
<email>tomi@nomi.cz</email>
</author>
<published>2022-02-20T19:33:03Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=80b8030505699e9a734ea83423d526d97e0684ec'/>
<id>urn:sha1:80b8030505699e9a734ea83423d526d97e0684ec</id>
<content type='text'>
Related: https://github.com/jaor/xmobar/issues/571
</content>
</entry>
<entry>
<title>Documentation: shuffling around the DBus xmonad example</title>
<updated>2022-02-19T04:22:52Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-02-19T04:22:52Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=1507fe356d26d6a90650b0aecf806c1ddf287f9a'/>
<id>urn:sha1:1507fe356d26d6a90650b0aecf806c1ddf287f9a</id>
<content type='text'>
</content>
</entry>
</feed>
