Removed the battery status from dwmblocks. not needed on desktop systems

This commit is contained in:
_N0x 2021-01-22 16:16:08 +01:00
parent ab224d5f46
commit 1d9208a014

View File

@ -2,7 +2,7 @@
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{"", "freememory", 30, 0},
{"", "batstatus", 30, 0},
/* Battery not needed on desktop system {"  ", "batstatus", 30, 0}, */
{"", "date '+%b %d %H:%M'", 5, 0},
};