<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slstatus/slstatus.c, branch master</title>
<subtitle>A custom configuration of the suckless status utility</subtitle>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/'/>
<entry>
<title>fix compiler warning with newer gcc</title>
<updated>2025-04-30T01:11:53+00:00</updated>
<author>
<name>drkhsh</name>
<email>me@drkhsh.at</email>
</author>
<published>2025-04-30T01:11:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=57a7653632ba15aa0fdd8cbe1831363e4247996d'/>
<id>57a7653632ba15aa0fdd8cbe1831363e4247996d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add back version flag to prepare for release</title>
<updated>2023-05-15T17:16:12+00:00</updated>
<author>
<name>drkhsh</name>
<email>me@drkhsh.at</email>
</author>
<published>2023-05-15T17:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=86c7a84c2397e5bbdcebe2a06bada7ee48f0d480'/>
<id>86c7a84c2397e5bbdcebe2a06bada7ee48f0d480</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>radical re-formatting 2/3: Fix blocks</title>
<updated>2022-10-27T23:03:38+00:00</updated>
<author>
<name>drkhsh</name>
<email>me@drkhsh.at</email>
</author>
<published>2022-10-27T22:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=3251e911878b78b0aad8fc09c782f8d81c878f75'/>
<id>3251e911878b78b0aad8fc09c782f8d81c878f75</id>
<content type='text'>
Fixes coding style. Formatting commits suck, incoherent coding style
sucks more.
https://suckless.org/coding_style/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes coding style. Formatting commits suck, incoherent coding style
sucks more.
https://suckless.org/coding_style/
</pre>
</div>
</content>
</entry>
<entry>
<title>radical re-formatting 1/3: Fix spacing</title>
<updated>2022-10-27T23:03:31+00:00</updated>
<author>
<name>drkhsh</name>
<email>me@drkhsh.at</email>
</author>
<published>2022-10-27T22:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=2104dc362ca7336d98499a5945ea2a3d371f7568'/>
<id>2104dc362ca7336d98499a5945ea2a3d371f7568</id>
<content type='text'>
Fixes coding style. Formatting commits suck, incoherent coding style
sucks more.
https://suckless.org/coding_style/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes coding style. Formatting commits suck, incoherent coding style
sucks more.
https://suckless.org/coding_style/
</pre>
</div>
</content>
</entry>
<entry>
<title>do not rely on obsolete feature</title>
<updated>2022-10-26T21:32:43+00:00</updated>
<author>
<name>NRK</name>
<email>nrk@disroot.org</email>
</author>
<published>2022-10-26T20:16:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=0c2b3e5b5c499b1de566fd4bef49c5e6b5254d1a'/>
<id>0c2b3e5b5c499b1de566fd4bef49c5e6b5254d1a</id>
<content type='text'>
function prototype with unspecified argument is obsolete since c99.

additionally some of these function which don't take any argument were
being called with a `const char *` arg, which is UB.

fix both these issues by declararing ALL the components to accept a
`const char *`, and name the arg "unused" if it's meant to be ignored.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
function prototype with unspecified argument is obsolete since c99.

additionally some of these function which don't take any argument were
being called with a `const char *` arg, which is UB.

fix both these issues by declararing ALL the components to accept a
`const char *`, and name the arg "unused" if it's meant to be ignored.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a -1 option flag</title>
<updated>2020-11-30T20:23:56+00:00</updated>
<author>
<name>Daniel Moch</name>
<email>daniel@danielmoch.com</email>
</author>
<published>2020-06-23T20:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=aaf279f6ddfb48146fc1a579efd83a55722910b5'/>
<id>aaf279f6ddfb48146fc1a579efd83a55722910b5</id>
<content type='text'>
Allow slstatus to be used by programs that can grab status by calling
an external program on a periodic basis (e.g. tmux)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow slstatus to be used by programs that can grab status by calling
an external program on a periodic basis (e.g. tmux)
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle SIGUSR1 for forced refreshes</title>
<updated>2020-11-30T20:23:49+00:00</updated>
<author>
<name>Mart Lubbers</name>
<email>mart@martlubbers.net</email>
</author>
<published>2020-06-18T06:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=d1b23e5509863fd0790261b2b388e687d5218d53'/>
<id>d1b23e5509863fd0790261b2b388e687d5218d53</id>
<content type='text'>
At some point one might want to force a refresh for example after
checking email or changing the volume. Sending a SIGUSR1 achieves this
now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At some point one might want to force a refresh for example after
checking email or changing the volume. Sending a SIGUSR1 achieves this
now
</pre>
</div>
</content>
</entry>
<entry>
<title>Consistency with 80 char limit and breaks</title>
<updated>2018-07-08T15:42:58+00:00</updated>
<author>
<name>Aaron Marcher</name>
<email>me@drkhsh.at</email>
</author>
<published>2018-07-08T15:42:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=96ddf4e1dee808d6ae8162fc1a13126a3d4c77dc'/>
<id>96ddf4e1dee808d6ae8162fc1a13126a3d4c77dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Flush the output stream instead of arbitrarily disabling buffering</title>
<updated>2018-05-29T20:26:05+00:00</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<published>2018-05-29T19:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=7fe240856eef7b56d8ca0b57fd5642dbdc5b89b1'/>
<id>7fe240856eef7b56d8ca0b57fd5642dbdc5b89b1</id>
<content type='text'>
This is (arguably) more elegant and it matches Xlib output logic.
Also use puts instead of printf as we don't do formating there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is (arguably) more elegant and it matches Xlib output logic.
Also use puts instead of printf as we don't do formating there.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use E-notation for large powers of 10</title>
<updated>2018-05-27T17:53:36+00:00</updated>
<author>
<name>Laslo Hunhold</name>
<email>dev@frign.de</email>
</author>
<published>2018-05-27T15:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=682c0fedde04fe6713539726494ec2db67ba5d2a'/>
<id>682c0fedde04fe6713539726494ec2db67ba5d2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
