diff options
author | awy <awy@tutamail.com> | 2024-08-20 16:19:20 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-08-20 16:19:20 +0300 |
commit | 3b659fabfb1e956cd8fb3395a6db4876bb4f1b2b (patch) | |
tree | ebcd43e0152f5bb4e17e32c436139abfa3388bdc /blocks.def.h | |
parent | 540a90e521e7c17c2010e038b934b73d2cf46df3 (diff) |
config
Diffstat (limited to 'blocks.def.h')
-rw-r--r-- | blocks.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blocks.def.h b/blocks.def.h index 7df3a64..461c8c0 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -3,7 +3,7 @@ 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 '+%b %d (%a) %H:%M'", 5, 0}, /* Updates whenever "pkill -SIGRTMIN+10 someblocks" is ran */ /* {"", "date '+%b %d (%a) %I:%M%p'", 0, 10}, */ |