From 2fa70859c5c383ea5b94854ea70d858e5198ba1b Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Mon, 14 Jun 2021 21:38:18 +0400 Subject: Fixed PKGBUILD file --- blocks.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 blocks.h (limited to 'blocks.h') diff --git a/blocks.h b/blocks.h deleted file mode 100644 index c33b349..0000000 --- a/blocks.h +++ /dev/null @@ -1,13 +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*/ - {"PKG: ", "dwm-packages", 3600, 3}, - {"VOL: ", "dwm-volume", 0, 9}, - {"BAT: ", "dwm-battery", 10, 6}, - {"LNG: ", "xkb-switch", 1, 0}, - {"CLK: ", "dwm-clock", 60, 10}, -}; - -//sets delimeter between status commands. NULL character ('\0') means no delimeter. -static char delim[] = " | "; -static unsigned int delimLen = 5; -- cgit v1.2.3