<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmobar/src, branch 0.47.4</title>
<subtitle>a minimalistic status bar</subtitle>
<id>https://jao.io/cgit/xmobar/atom?h=0.47.4</id>
<link rel='self' href='https://jao.io/cgit/xmobar/atom?h=0.47.4'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/'/>
<updated>2024-02-18T21:46:07Z</updated>
<entry>
<title>battery: spawnCommand instead of system when running actions</title>
<updated>2024-02-18T21:46:07Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2024-02-18T21:44:54Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=991a168de5d79314a1346a24c579c5049208b054'/>
<id>urn:sha1:991a168de5d79314a1346a24c579c5049208b054</id>
<content type='text'>
should fix for real #688 this time
</content>
</entry>
<entry>
<title>actions: spawnCommand instead of deprecated system</title>
<updated>2024-02-05T18:31:27Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2024-02-05T18:31:27Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=c54d93e6d4d6c0d194bcd8696dce92da9f795869'/>
<id>urn:sha1:c54d93e6d4d6c0d194bcd8696dce92da9f795869</id>
<content type='text'>
This should address the problems reported in issue #688
</content>
</entry>
<entry>
<title>Enable use of shared libraries</title>
<updated>2024-01-31T21:54:30Z</updated>
<author>
<name>Vekhir</name>
<email>vekhir@noreply.codeberg.org</email>
</author>
<published>2024-01-31T21:54:30Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=431ef31d58b74e401cf182493bac098c78ae467c'/>
<id>urn:sha1:431ef31d58b74e401cf182493bac098c78ae467c</id>
<content type='text'>
Haskell libraries can be linked statically or dynamically. Either way, all packages must be linked the same way. This means that if all dependencies of `xmobar` are shared libraries, then `xmobar` itself must be built using dynamic linking.

Therefore, to compile the individual `xmobar` executables, add the `-dynamic` flag to signal that they are built with shared libraries.
This flag is put behind an #ifdef to easily configure static vs dynamic linking.

To use shared libraries, define SHARED_LIBRARIES
</content>
</entry>
<entry>
<title>compatibility with GHC 9.6</title>
<updated>2023-11-11T23:12:45Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2023-11-11T23:12:45Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=220f953b06e2f98a02a4ca1b1db0e36a27e446b9'/>
<id>urn:sha1:220f953b06e2f98a02a4ca1b1db0e36a27e446b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changelog and copyright years</title>
<updated>2023-08-30T12:37:46Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2023-08-30T12:37:46Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=788120c8e4a53082bdd85cd5d7e191b22913f316'/>
<id>urn:sha1:788120c8e4a53082bdd85cd5d7e191b22913f316</id>
<content type='text'>
</content>
</entry>
<entry>
<title>center middle section for templates of the form "}M{" (fixes #677)</title>
<updated>2023-06-02T22:45:55Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2023-06-02T22:45:55Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=b5e397b1fdb9867b1d4ac599c88ef8b6354b5782'/>
<id>urn:sha1:b5e397b1fdb9867b1d4ac599c88ef8b6354b5782</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle SocketError when attempting to connect to dbus</title>
<updated>2023-03-22T18:02:08Z</updated>
<author>
<name>Corey Halpin</name>
<email>chalpin@cs.wisc.edu</email>
</author>
<published>2023-03-22T18:02:08Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=c42e88217a040080be8152bf419172b4642e4744'/>
<id>urn:sha1:c42e88217a040080be8152bf419172b4642e4744</id>
<content type='text'>
Extends the solution from 8a53271cd6 to also handle SocketError, so that the process will not terminate. See also issue #537.
</content>
</entry>
<entry>
<title>layout: special case for empty left segment (see #655)</title>
<updated>2022-12-31T00:20:20Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-12-31T00:20:20Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=01c545188e1904406b1afddde29ca8deefa5216a'/>
<id>urn:sha1:01c545188e1904406b1afddde29ca8deefa5216a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for #663: honour explicit bg/fg colors for icons</title>
<updated>2022-12-23T23:20:55Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-12-23T23:20:55Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=d896b1a80f3bc5dc487971b1230cd2b4185b9404'/>
<id>urn:sha1:d896b1a80f3bc5dc487971b1230cd2b4185b9404</id>
<content type='text'>
</content>
</entry>
<entry>
<title>off by ones</title>
<updated>2022-12-10T19:02:40Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-12-10T19:02:40Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=3f7a00defc69f9739c21390f6ba05990ff936b2b'/>
<id>urn:sha1:3f7a00defc69f9739c21390f6ba05990ff936b2b</id>
<content type='text'>
</content>
</entry>
</feed>
