diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 12 |
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 = " | "; |