dwmblocks: removed memory report, altered date fmt

memory wasn't displayed as it should, and the date does not correspond
to my locale.
This commit is contained in:
Vitor Gonçalves 2023-06-23 17:00:53 -03:00
parent 950429810e
commit 96b06b98fb
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
//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*/
{"Mem:", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0},
{"", "date '+%b %d (%a) %I:%M%p'", 5, 0},
{"", "date '+%Y-%m-%d (%a) %H:%M'", 5, 0},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.