summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dwmblocks/blocks.def.h2
1 files changed, 1 insertions, 1 deletions
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},
};