<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmobar/src/Xmobar, branch master</title>
<subtitle>a minimalistic status bar</subtitle>
<id>https://jao.io/cgit/xmobar/atom?h=master</id>
<link rel='self' href='https://jao.io/cgit/xmobar/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/'/>
<updated>2025-12-24T22:17:26Z</updated>
<entry>
<title>Remove unnecessary `extensible-exceptions` dependency</title>
<updated>2025-12-24T22:17:26Z</updated>
<author>
<name>konsumlamm</name>
<email>konsumlamm@gmail.com</email>
</author>
<published>2025-12-24T22:17:26Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=50ed21ea8cde2402d8ed139eb0c63f23826f1b1a'/>
<id>urn:sha1:50ed21ea8cde2402d8ed139eb0c63f23826f1b1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid redundant use of IO monad</title>
<updated>2025-10-26T12:16:59Z</updated>
<author>
<name>Enrico Maria De Angelis</name>
<email>enricomaria.dean6elis@gmail.com</email>
</author>
<published>2025-10-26T11:06:21Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=0495a8c0e453b0d29e3eb24f38491a9d534c5e94'/>
<id>urn:sha1:0495a8c0e453b0d29e3eb24f38491a9d534c5e94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Accordion: avoid spawing a process to read from pipe</title>
<updated>2025-10-23T08:27:15Z</updated>
<author>
<name>Enrico Maria De Angelis</name>
<email>enricomaria.dean6elis@gmail.com</email>
</author>
<published>2025-10-23T08:27:13Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=57e31a571828e387f3b7b1e7414dd62f1783aa4b'/>
<id>urn:sha1:57e31a571828e387f3b7b1e7414dd62f1783aa4b</id>
<content type='text'>
The reason is that this way the issue
https://codeberg.org/Aster89/xnobar/issues/15#issue-2346829 is fixed.

See https://codeberg.org/Aster89/xnobar/issues/15#issuecomment-7864955
for more details.
</content>
</entry>
<entry>
<title>MPD compilable again by default with all_extensions</title>
<updated>2025-06-04T03:27:56Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2025-06-04T03:27:25Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=404073416c5f97ab8b82aa436b4f862d349c0dad'/>
<id>urn:sha1:404073416c5f97ab8b82aa436b4f862d349c0dad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>swap_enabled is not accessable in FreeBSD 15/Current</title>
<updated>2025-06-02T18:45:12Z</updated>
<author>
<name>Michal Zielonka</name>
<email>michal.zielonka.8001@gmail.com</email>
</author>
<published>2025-06-02T13:36:29Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=146d85af8b54d8e346adcde9eb02917138172145'/>
<id>urn:sha1:146d85af8b54d8e346adcde9eb02917138172145</id>
<content type='text'>
instead of swap_enabled in top program currently checking number of
swap devices is used.
</content>
</entry>
<entry>
<title>Accordion: new constructor to allow short version to have plugins too</title>
<updated>2025-06-01T11:05:07Z</updated>
<author>
<name>Enrico Maria De Angelis</name>
<email>enricomaria.dean6elis@gmail.com</email>
</author>
<published>2025-06-01T11:05:07Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=853326b3c2a0034af79dedf6934b3b67734ef98a'/>
<id>urn:sha1:853326b3c2a0034af79dedf6934b3b67734ef98a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Accordion: some renaming and reformatting</title>
<updated>2025-06-01T10:04:25Z</updated>
<author>
<name>Enrico Maria De Angelis</name>
<email>enricomaria.dean6elis@gmail.com</email>
</author>
<published>2025-06-01T10:04:25Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=49a9bfe9a138dd43ab213255a0130b222ba2acc3'/>
<id>urn:sha1:49a9bfe9a138dd43ab213255a0130b222ba2acc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add new PacmanUpdates plugin</title>
<updated>2025-04-14T14:21:30Z</updated>
<author>
<name>Alexander 'ccntrq' Pankoff</name>
<email>ccntrq@screenri.de</email>
</author>
<published>2025-04-10T06:20:15Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=82398b1603d139898be70af97ef9d59ba441bae0'/>
<id>urn:sha1:82398b1603d139898be70af97ef9d59ba441bae0</id>
<content type='text'>
the new PacmanUpdates plugin behaves similar to the ArchUpdates plugin
while additionally allowing to pass in a custom error message for
unknown pacman failures. The default error message of `pacman: Unknown
cause of failure.` of the ArchUpdates plugin is too long for my taste.

The ArchUpdates plugin was modified to delegate to the new PacmanUpdates
plugin while providing the default error message and to show a
deprecation notice in the zero updates case.

The new name better represents the Plugin's compatibility with all
pacman-based distributions, not just Arch.

The docs have been updated to reflect the existence of the new plugin
and to highlight the similarities between the ArchUpdates and
PacmanUpdates plugins. The ArchUpdates plugin has been marked has
deprecated there to.
</content>
</entry>
<entry>
<title>copyright years</title>
<updated>2025-03-31T21:31:54Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2025-03-31T21:31:54Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=8569eab3788ab0d8aa1830b91b9a10b063f154e7'/>
<id>urn:sha1:8569eab3788ab0d8aa1830b91b9a10b063f154e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hlinting</title>
<updated>2025-03-31T16:02:58Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2025-03-31T16:02:58Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=98857472d93e6c6b4c9d501ae5c7172874c1ed82'/>
<id>urn:sha1:98857472d93e6c6b4c9d501ae5c7172874c1ed82</id>
<content type='text'>
</content>
</entry>
</feed>
