summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-06-14 20:33:14 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-06-14 20:33:14 +0400
commit1749fbcdedbdaa3a490712ade94ed050510d2930 (patch)
treecbd01fa79dadb54513628c25bd9b7cd2bb85d1ea /config.h
parentc2c012f298c79a390a110a26c1f44ca80545456b (diff)
Removed all patches from build
Diffstat (limited to 'config.h')
-rw-r--r--config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/config.h b/config.h
deleted file mode 100644
index bd377c1..0000000
--- a/config.h
+++ /dev/null
@@ -1,12 +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*/
- {"", "pacpackages", 3600, 3},
- {"", "volume", 0, 9},
- {"", "battery", 10, 6},
- {"", "xkb-switch", 1, 0},
- {"", "clock", 60, 10},
-};
-
-//sets delimeter between status commands. NULL character ('\0') means no delimeter.
-static char *delim = " | ";