summaryrefslogtreecommitdiff
path: root/dwmblocks/blocks.def.h
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-10-17 18:43:19 -0500
committerstkhan <personal@slickd.xyz>2021-10-17 18:43:19 -0500
commit3b852e0f10892789210fd8e3fdd8415faf3cf2d8 (patch)
tree9ff20de62f5e354926a5aed15b3f99c0dbd5cd63 /dwmblocks/blocks.def.h
parentcc844e1931ba6f4c417ea8682f5cfa72ef5e4fec (diff)
3.0
Diffstat (limited to 'dwmblocks/blocks.def.h')
-rw-r--r--dwmblocks/blocks.def.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/dwmblocks/blocks.def.h b/dwmblocks/blocks.def.h
deleted file mode 100644
index b152ab9..0000000
--- a/dwmblocks/blocks.def.h
+++ /dev/null
@@ -1,11 +0,0 @@
-//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 -r", 0, 0},
- {"", "date '+%I:%M%p'", 5, 0},
-};
-
-//sets delimeter between status commands. NULL character ('\0') means no delimeter.
-static char delim[] = " | ";
-static unsigned int delimLen = 5;