From 5c9d73e6a581ef6714cb0165f15b584299fdd4bd Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 5 Apr 2021 11:09:33 +0200 Subject: [PATCH] Enhance time --- blocks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks.h b/blocks.h index a10359f..77302b8 100644 --- a/blocks.h +++ b/blocks.h @@ -5,7 +5,7 @@ static const Block blocks[] = { {"󰤨 ", "~/scripts/dwm_bar/network.sh", 10, 0}, {"󰋑 ", "~/scripts/dwm_bar/battery.sh", 10, 0}, {"󰕾 ", "~/scripts/dwm_bar/volume.sh", 1, 0}, - {"󰃭 ", "date '+%b %d, %Y'", 30, 0}, + {"󰃭 ", "date '+%b %d %a, %Y'", 30, 0}, {"󰥔 ", "date '+%R' ", 5, 0}, };