dwmblocks

I use polybar now
Log | Files | Refs | README | LICENSE

commit 177d5b4678e58fd513abbfe70b6ed8dd3163e1c3
parent d783168bb177d3bde5dec11b1c6932ec1b91126a
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Wed,  8 Apr 2020 11:06:13 -0400

old vol commands removed

Diffstat:
Mdwmblocks.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/dwmblocks.c b/dwmblocks.c @@ -33,10 +33,6 @@ static Window root; static char statusbar[LENGTH(blocks)][50] = {0}; static char statusstr[256]; static char *statuscat; -static const char *volupcmd[] = { "volup", NULL }; -static const char *voldowncmd[] = { "voldown", NULL }; -static const char *volmutecmd[] = { "volmute", NULL }; -static int statusContinue = 1,volmuted = 0; void replace(char *str, char old, char new) {