dwmblocks

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

commit 781eacae90b610054569251e707e549464b05b7f
parent 642120069c676dda5a18462801735fecab80b249
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Sun, 22 Mar 2020 09:09:11 -0400

record error suppressed

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -1,7 +1,7 @@ //Modify this file to change what commands output to your statusbar, and recompile using the make command. static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ - {"", "cat /tmp/recordingicon", 0, 9}, + {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, /* {"", "music", 0, 11}, */ {"", "pacpackages", 0, 8}, /* {"", "crypto", 0, 13}, */