<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmobar/Plugins/Monitors, branch 0_8_release</title>
<subtitle>a minimalistic status bar</subtitle>
<id>https://jao.io/cgit/xmobar/atom?h=0_8_release</id>
<link rel='self' href='https://jao.io/cgit/xmobar/atom?h=0_8_release'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/'/>
<updated>2007-11-05T10:23:54Z</updated>
<entry>
<title>Plugins/Monitors/Common.hs: fix a bug in stringParser</title>
<updated>2007-11-05T10:23:54Z</updated>
<author>
<name>Andrea Rossato</name>
<email>andrea.rossato@ing.unitn.it</email>
</author>
<published>2007-11-05T10:23:54Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=556df4664693a643bf5304f13474f80cde5a53cc'/>
<id>urn:sha1:556df4664693a643bf5304f13474f80cde5a53cc</id>
<content type='text'>
darcs-hash:20071105102354-d6583-90bb0950fe8bbe04090f6606068e251a4741b76c.gz
</content>
</entry>
<entry>
<title>Weather plugin: accept temperatures with decimal points</title>
<updated>2007-10-04T00:03:48Z</updated>
<author>
<name>Spencer Janssen</name>
<email>sjanssen@cse.unl.edu</email>
</author>
<published>2007-10-04T00:03:48Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=290f3520cd1d4b675b928b935e579686c3daf236'/>
<id>urn:sha1:290f3520cd1d4b675b928b935e579686c3daf236</id>
<content type='text'>
darcs-hash:20071004000348-a5988-9c568e8d696b344f66f42b0e0993e76f3c591632.gz
</content>
</entry>
<entry>
<title>Monitors: updated to recent API changes - code formatting</title>
<updated>2007-09-27T17:37:11Z</updated>
<author>
<name>Andrea Rossato</name>
<email>andrea.rossato@ing.unitn.it</email>
</author>
<published>2007-09-27T17:37:11Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=0c44da8e08919bef3e81b485a44ed68a1b9be350'/>
<id>urn:sha1:0c44da8e08919bef3e81b485a44ed68a1b9be350</id>
<content type='text'>
darcs-hash:20070927173711-d6583-b7adaf52f8dac399b62556500236af1ed1db1a29.gz
</content>
</entry>
<entry>
<title>Parse the temperature separately in Celcius and Fahrenheit.</title>
<updated>2007-09-12T07:09:49Z</updated>
<author>
<name>Jens Petersen</name>
<email>petersen@haskell.org</email>
</author>
<published>2007-09-12T07:09:49Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=e90c9c0850e4bbee6ceeba05d93b5671cb150e7f'/>
<id>urn:sha1:e90c9c0850e4bbee6ceeba05d93b5671cb150e7f</id>
<content type='text'>
Parse the pressure in hPa.
Generalize showWithColors to (Num a, Ord a) so it works for both Int's and Float's.
Use an Int for temperature, pressure, and relative humidity.

darcs-hash:20070912070949-740ef-0e79d57888c1519e1324d06b17fe2fa0d3d0fb2d.gz
</content>
</entry>
<entry>
<title>only use 1 decimal place for showing floating numbers</title>
<updated>2007-09-12T06:58:03Z</updated>
<author>
<name>Jens Petersen</name>
<email>petersen@haskell.org</email>
</author>
<published>2007-09-12T06:58:03Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=bc79a08491bb14a463b6b7554a64ac1347c02a6a'/>
<id>urn:sha1:bc79a08491bb14a463b6b7554a64ac1347c02a6a</id>
<content type='text'>
darcs-hash:20070912065803-740ef-209c2cf47f371f163f1fa0db60d6838f7190f60c.gz
</content>
</entry>
<entry>
<title>include BAT0 acpi battery status too</title>
<updated>2007-09-12T06:54:20Z</updated>
<author>
<name>Jens Petersen</name>
<email>petersen@haskell.org</email>
</author>
<published>2007-09-12T06:54:20Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=7d08f7256d9ebc880ed756633741d4e5e5ce6351'/>
<id>urn:sha1:7d08f7256d9ebc880ed756633741d4e5e5ce6351</id>
<content type='text'>
darcs-hash:20070912065420-740ef-41785bf4355e312f735e9c6de26649c0ef5699b0.gz
</content>
</entry>
<entry>
<title>Plugins.Swap: check for SwapFree and SwapTotal</title>
<updated>2007-08-27T10:59:02Z</updated>
<author>
<name>Andrea Rossato</name>
<email>andrea.rossato@ing.unitn.it</email>
</author>
<published>2007-08-27T10:59:02Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=5a743aa87ed7d1ce91a18b07b14d8c48af1eb335'/>
<id>urn:sha1:5a743aa87ed7d1ce91a18b07b14d8c48af1eb335</id>
<content type='text'>
In some system SwapFree and SwapTotal are in different position, so we
need to check for the string.
Reported by Stan Behrens

darcs-hash:20070827105902-d6583-d0d1bd5341299759f2e600bd4173bfcb278dec40.gz
</content>
</entry>
<entry>
<title>Monitors.Common: parseString must use ByteStrings</title>
<updated>2007-07-24T20:35:54Z</updated>
<author>
<name>Andrea Rossato</name>
<email>andrea.rossato@ing.unitn.it</email>
</author>
<published>2007-07-24T20:35:54Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=e8a47ab8c4b5b19dcc59a17140bf090f194e07c6'/>
<id>urn:sha1:e8a47ab8c4b5b19dcc59a17140bf090f194e07c6</id>
<content type='text'>
darcs-hash:20070724203554-d6583-2efe004eea4fbee1a27489870907ee657caba9fb.gz
</content>
</entry>
<entry>
<title>Batt: we check if the file exists instead of catching an exception</title>
<updated>2007-07-24T17:06:43Z</updated>
<author>
<name>Andrea Rossato</name>
<email>andrea.rossato@ing.unitn.it</email>
</author>
<published>2007-07-24T17:06:43Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=96e1563c37087d506a4842c1a5f96488ee7aa049'/>
<id>urn:sha1:96e1563c37087d506a4842c1a5f96488ee7aa049</id>
<content type='text'>
darcs-hash:20070724170643-d6583-85533ce12993f9de7582b776e8d8644ac541ab81.gz
</content>
</entry>
<entry>
<title>Monitors.Commons: more code cleanup</title>
<updated>2007-07-24T14:22:05Z</updated>
<author>
<name>Andrea Rossato</name>
<email>andrea.rossato@ing.unitn.it</email>
</author>
<published>2007-07-24T14:22:05Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=899ff351ce1a0a1499672020a94b4e27fcb0b4d9'/>
<id>urn:sha1:899ff351ce1a0a1499672020a94b4e27fcb0b4d9</id>
<content type='text'>
darcs-hash:20070724142205-d6583-b2251fb6c400a6f9a8636f9f8ef5a3993594262e.gz
</content>
</entry>
</feed>
