Statusline program in C for i3 on FreeBSD
This program started out as a Python script, which generally worked fine.
It would however crash every now and then after running for a long time. In an effort to find what was causing that I started logging exceptions to syslog. This did not result in any clues.
It is a bit silly to have a complete python interpreter running to produce a statusline. So I decided to rewrite it in C.