<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmobar/src/Xmobar/Plugins/Monitors, branch 0.39</title>
<subtitle>a minimalistic status bar</subtitle>
<id>https://jao.io/cgit/xmobar/atom?h=0.39</id>
<link rel='self' href='https://jao.io/cgit/xmobar/atom?h=0.39'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/'/>
<updated>2021-08-09T05:14:55Z</updated>
<entry>
<title>fix: padString should not make strings longer</title>
<updated>2021-08-09T05:14:55Z</updated>
<author>
<name>Leo Zhang</name>
<email>leo@leozhang.me</email>
</author>
<published>2021-08-09T05:14:55Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=0b1ad269d109ec46e32910a09339832181e4eb43'/>
<id>urn:sha1:0b1ad269d109ec46e32910a09339832181e4eb43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused import; apply lint hint</title>
<updated>2021-05-19T16:19:34Z</updated>
<author>
<name>Sam Kirby</name>
<email>sam.kirby94@hotmail.co.uk</email>
</author>
<published>2021-05-19T16:19:06Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=3fd15c848c2195b3ad7ea59c8b18fdbb05bbdb9d'/>
<id>urn:sha1:3fd15c848c2195b3ad7ea59c8b18fdbb05bbdb9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add k10temp plugin</title>
<updated>2021-05-19T15:04:52Z</updated>
<author>
<name>Sam Kirby</name>
<email>sam.kirby94@hotmail.co.uk</email>
</author>
<published>2021-05-18T13:15:10Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=7d27b92f7e8104283bd71e3c5bbdcb7b7ec54301'/>
<id>urn:sha1:7d27b92f7e8104283bd71e3c5bbdcb7b7ec54301</id>
<content type='text'>
The existing support for the coretemp kernel driver only works with
Intel CPUs.

This commit extends support for temperature monitoring to AMD CPUs.

k10temp is a kernel driver for monitoring the temperature of AMD
processors. It supports everything from AMD's 10h (Opteron/Athlon)
family of processors to the latest 19h (Zen 3) family.

Reference: https://www.kernel.org/doc/html/latest/hwmon/k10temp.html

The meaning of the various temperatures made available has changed over
the years and only `Tctl` is available on processors prior to the 17h
family.

Labels for these temperatures are present but as Tctl and Tdie do not
contain a number I could not find a way to use these as
`checkedDataRetrieval` expects an integer label.

It is a PCI device and so an address needs to be supplied as part of the
configuration.

Example configuration:
`Run K10Temp "0000:00:18.3" ["--template", "T: &lt;Tdie&gt;C | &lt;Tccd1&gt;C"] 60`
</content>
</entry>
<entry>
<title>Add FreeBSD support to Cpu plugin</title>
<updated>2021-03-30T21:45:54Z</updated>
<author>
<name>Kevin Zheng</name>
<email>kevinz5000@gmail.com</email>
</author>
<published>2021-03-30T21:43:56Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=82461417abbcd2e03e4329d68df4a15866885dd2'/>
<id>urn:sha1:82461417abbcd2e03e4329d68df4a15866885dd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mpris2: accepting Word32 as type for trackNumber</title>
<updated>2020-08-08T22:39:39Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2020-08-08T22:37:40Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=8e2c3adf49c2157789d840d34cec10efdd7eba4f'/>
<id>urn:sha1:8e2c3adf49c2157789d840d34cec10efdd7eba4f</id>
<content type='text'>
spotifyd is funky that way
</content>
</entry>
<entry>
<title>Fix: don't go below zero in indexed bars</title>
<updated>2020-08-08T00:35:26Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2020-08-08T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=05672f6110bbf90b27a4533022fc23f2df292d30'/>
<id>urn:sha1:05672f6110bbf90b27a4533022fc23f2df292d30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed default arg of channel', channel (Plugins.Monitors.Volume)</title>
<updated>2020-08-07T23:40:21Z</updated>
<author>
<name>Keith</name>
<email>wygulmage@users.noreply.github.com</email>
</author>
<published>2020-08-07T23:29:45Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=6b8a1822c816c1d060f5d49228494b61503dfcd0'/>
<id>urn:sha1:6b8a1822c816c1d060f5d49228494b61503dfcd0</id>
<content type='text'>
Both functions had a default parameter for use in some error cases. Now each accepts only one parameter (a
PerChannel), and return Nothing on an error.

The definition of 'channel' confused me, so I simplified it. Hopefully it's now
more clear that it just applies 'toInteger' to the 'IO (Maybe
CLong)' that 'channel'' returns.
</content>
</entry>
<entry>
<title>Redundant imports (mostly &lt;$&gt;) removed</title>
<updated>2020-08-07T02:33:15Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2020-08-07T02:33:15Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=0e7c39d9ec6719a32eec0b696d7167faf6598757'/>
<id>urn:sha1:0e7c39d9ec6719a32eec0b696d7167faf6598757</id>
<content type='text'>
</content>
</entry>
<entry>
<title>String index as progress bar</title>
<updated>2020-08-07T00:49:40Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2020-08-07T00:49:40Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=80a716edf95ca61b347d8f20b080f88f4bf55bbf'/>
<id>urn:sha1:80a716edf95ca61b347d8f20b080f88f4bf55bbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix hlint warnings</title>
<updated>2020-06-23T15:38:20Z</updated>
<author>
<name>Sibi Prabakaran</name>
<email>sibi@psibi.in</email>
</author>
<published>2020-06-21T07:52:10Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=23171ad90be103f663a21c080ffe7fbb9d0be0f6'/>
<id>urn:sha1:23171ad90be103f663a21c080ffe7fbb9d0be0f6</id>
<content type='text'>
</content>
</entry>
</feed>
