all repos — slstatus @ b9b6486cda91051553c9f9d7be75468c64206eec

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