From e5aaaaa8b96c14375add871ca62d00d634ab1cea Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 6 Dec 2018 11:51:38 +0100 Subject: [PATCH] Print day of week in time block Signed-off-by: Knut Ahlers --- .config/i3blocks/time | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3blocks/time b/.config/i3blocks/time index 6fc30b7..4c66e5b 100755 --- a/.config/i3blocks/time +++ b/.config/i3blocks/time @@ -4,4 +4,4 @@ set -euo pipefail DIFF=$(${HOME}/bin/tmux-chrony-timediff) [ -n "${DIFF}" ] && DIFF="(${DIFF})" -printf '\uf5ec %s %s' "$(date "+%Y-%m-%d %H:%M:%S")" "${DIFF}" +printf '\uf5ec %s %s' "$(date "+%a %Y-%m-%d %H:%M:%S")" "${DIFF}"