From 603310802e167fb2276147515d50197e56f65be0 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Tue, 20 Jan 2015 20:48:24 +0100 Subject: [PATCH] herbstluft - add the day of the week to the date --- config/herbstluftwm/panel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/herbstluftwm/panel.sh b/config/herbstluftwm/panel.sh index ae48399..a5e9700 100755 --- a/config/herbstluftwm/panel.sh +++ b/config/herbstluftwm/panel.sh @@ -68,7 +68,7 @@ hc pad $monitor $panel_height while true ; do # "date" output is checked once a second, but an event is only # generated if the output changed compared to the previous run. - date +$'date\t^fg(#efefef)%H:%M^fg(#909090), %Y-%m-^fg(#efefef)%d' + date +$'date\t^fg(#efefef)%H:%M^fg(#909090), ^fg(#efefef)%a %Y-%m-^fg(#efefef)%d' sleep 1 || break done > >(uniq_linebuffered) & timeloop=$!