diff options
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}, */ |