diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-19 21:54:44 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-19 21:54:44 -0500 |
| commit | d19bd65392b4a163e19628ef65b49a1dd69f44b0 (patch) | |
| tree | 55c8454412e9d18d7cb4c262d08aa0a0c4d1c36b | |
| parent | 4436a5db0b99be23edf2fa01f46e06a8eec128d2 (diff) | |
Removed a space in dwmblocks
| -rw-r--r-- | dwmblocks/blocks.def.h | 2 |
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}, }; |