all repos — slstatus @ 7710c9ed8514767af3d1fdc86d0e64d7621fc5d9

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

removed that status_reset (we will do that with signals) and loop.sh (we wont need it)
Aaron Marcher info@nulltime.net
Fri, 09 Sep 2016 19:12:08 +0200
commit

7710c9ed8514767af3d1fdc86d0e64d7621fc5d9

parent

6518f41b1f96b2bd684c2e37b5ea0002074cc49b

3 files changed, 0 insertions(+), 18 deletions(-)

jump to
M TODO.mdTODO.md

@@ -2,4 +2,3 @@ Todo

==== - slstatus icon (in that cool dwm icon style) -- include status_reset in the makefile
D loop.sh

@@ -1,7 +0,0 @@

-#!/bin/sh - -while true -do - slstatus - status_reset -done
D status_reset.c

@@ -1,10 +0,0 @@

-#include <X11/Xlib.h> - -int -main(void) -{ - Display *dpy = XOpenDisplay(NULL); - XStoreName(dpy, DefaultRootWindow(dpy), NULL); - XCloseDisplay(dpy); - return (0); -}