<feed xmlns='http://www.w3.org/2005/Atom'>
<title>new-dotfiles/polybar, branch main</title>
<subtitle>New repository of dotfiles</subtitle>
<id>https://code.ryuslash.org/new-dotfiles/atom?h=main</id>
<link rel='self' href='https://code.ryuslash.org/new-dotfiles/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/'/>
<updated>2023-08-23T20:12:27Z</updated>
<entry>
<title>[data] Update polybar look</title>
<updated>2023-08-23T20:12:27Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2023-08-23T20:12:27Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=a6be36fcbb7a136d3e09a90a7cf55c82cafa9c98'/>
<id>urn:sha1:a6be36fcbb7a136d3e09a90a7cf55c82cafa9c98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[polybar] Don't show currently playing song on pause</title>
<updated>2022-11-10T06:23:09Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2022-11-10T06:23:09Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=07490cdbf7ff01ab06c6571a2f48d5920afc12b2'/>
<id>urn:sha1:07490cdbf7ff01ab06c6571a2f48d5920afc12b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[polybar] Show currently playing song</title>
<updated>2022-11-10T06:22:18Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2022-11-10T06:22:18Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=03cad30ca6419e6d79ec4bbfb748688ef0b6340b'/>
<id>urn:sha1:03cad30ca6419e6d79ec4bbfb748688ef0b6340b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[polybar] Add a module for circe</title>
<updated>2022-09-23T06:52:35Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2022-09-23T05:58:09Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=150871d103e66f7cc7aa17cd4417f22d21e865e2'/>
<id>urn:sha1:150871d103e66f7cc7aa17cd4417f22d21e865e2</id>
<content type='text'>
This is an empty IPC widget that can be used by Emacs to place the Circe channel
information in.
</content>
</entry>
<entry>
<title>[polybar] Use notmuch if available to count unread emails</title>
<updated>2022-05-27T06:32:52Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2022-05-27T06:32:52Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=6c3bf820142ffcb4f3f36ff2a845babebd3ed086'/>
<id>urn:sha1:6c3bf820142ffcb4f3f36ff2a845babebd3ed086</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[polybar] Add Shepherd service</title>
<updated>2022-05-11T02:38:02Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2022-03-06T23:10:04Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=951141c7d7bdb073228a5f2eca99febe60678fe1'/>
<id>urn:sha1:951141c7d7bdb073228a5f2eca99febe60678fe1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[polybar] Several fixes for ‘inbox-size’</title>
<updated>2022-03-03T09:20:50Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2022-03-03T09:20:50Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=5bcc4de5827282a3b633062211a2c697a849fe30'/>
<id>urn:sha1:5bcc4de5827282a3b633062211a2c697a849fe30</id>
<content type='text'>
- Make the header more robust. If we need to add more argumetns to the scsh
  command-line this will let us do that more easily in the future without having
  to change the header again.

- Don't ‘display’ the result of the call to ‘run’ because that should always be
  ‘0’, unless something went wrong. Regardless, it doesn't belong in the output
  of this program.

- Use ‘rx’ in Emacs to build the regular expression. This is easier to read,
  especially considering how many times a single ‘\’ has to be escaped (once for
  the string in scsh, and once more for the string in Emacs).
</content>
</entry>
<entry>
<title>Update scsh file headers for shell scripts</title>
<updated>2022-03-03T09:17:04Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2022-03-03T09:17:04Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=88b6ba1760e8ba6a68c8e392112ac41df2b2addb'/>
<id>urn:sha1:88b6ba1760e8ba6a68c8e392112ac41df2b2addb</id>
<content type='text'>
Other file headers come with caveats:

- ‘#!/usr/bin/scsh -s’ :: Now that scsh is installed through Guix, this is not
  where this file lives.

- ‘#!/usr/bin/env -S scsh -s’ :: This doesn't work when we need to specify move
  arguments on the command line and need to use the meta-argument.
  ‘env -S scsh \’ doesn't work.
</content>
</entry>
<entry>
<title>[polybar] Show how many items there are in my GTD inbox</title>
<updated>2022-01-21T05:48:24Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2022-01-21T05:48:24Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=fc6b53d4dfdb96cb889388c6630d6994c99d410a'/>
<id>urn:sha1:fc6b53d4dfdb96cb889388c6630d6994c99d410a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[polybar] Show the total number of unread emails</title>
<updated>2021-11-06T08:15:25Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2021-11-06T08:15:25Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=7c7c01ea76d4d2a93397514f36f57ddded5f9247'/>
<id>urn:sha1:7c7c01ea76d4d2a93397514f36f57ddded5f9247</id>
<content type='text'>
</content>
</entry>
</feed>
