From d19bd65392b4a163e19628ef65b49a1dd69f44b0 Mon Sep 17 00:00:00 2001 From: stkhan Date: Wed, 19 May 2021 21:54:44 -0500 Subject: Removed a space in dwmblocks --- dwmblocks/blocks.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwmblocks/blocks.def.h b/dwmblocks/blocks.def.h index 1d41ced..b152ab9 100644 --- a/dwmblocks/blocks.def.h +++ b/dwmblocks/blocks.def.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*/ - {" ", "uname -n ", 0, 0}, + {"", "uname -n ", 0, 0}, {"", "uname -r", 0, 0}, {"", "date '+%I:%M%p'", 5, 0}, }; -- cgit v1.2.3