all repos — slstatus @ 113979e5b8398a2c26736749480fe32b5c49a66b

my build of slstatus (tools.suckless.org/slstatus/)

loop.sh

1 2 3 4 5 6 7
#!/bin/sh

while true
do
	slstatus
	status_reset
done