slstatus

My fork of https://tools.suckless.org/slstatus/
git clone https://git.inz.fi/slstatus
Log | Files | Refs | README | LICENSE

commit d19d4aa2e8be789c7d3c4849a7c5d9fcec18da5d
parent c0647e946ff50045eb7b479c9f05d23ef3acc2ca
Author: Aaron Marcher <info@nulltime.net>
Date:   Mon, 12 Sep 2016 12:12:11 +0200

coding style (global variables)

Diffstat:
Mslstatus.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/slstatus.c b/slstatus.c @@ -37,8 +37,6 @@ struct arg { const char *args; }; -static unsigned short int delay; - static char *smprintf(const char *, ...); static char *battery_perc(const char *); static char *cpu_perc(void); @@ -65,6 +63,7 @@ static char *vol_perc(const char *); static char *wifi_perc(const char *); static char *wifi_essid(const char *); +static unsigned short int delay; static Display *dpy; #include "config.h"