Removed the battery status from dwmblocks. not needed on desktop systems
This commit is contained in:
parent
ab224d5f46
commit
1d9208a014
@ -2,7 +2,7 @@
|
|||||||
static const Block blocks[] = {
|
static const Block blocks[] = {
|
||||||
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
|
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
|
||||||
{" ", "freememory", 30, 0},
|
{" ", "freememory", 30, 0},
|
||||||
{" ", "batstatus", 30, 0},
|
/* Battery not needed on desktop system {" ", "batstatus", 30, 0}, */
|
||||||
{"", "date '+%b %d %H:%M'", 5, 0},
|
{"", "date '+%b %d %H:%M'", 5, 0},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user