herbstluft - add the day of the week to the date
This commit is contained in:
parent
f9a5829dfb
commit
603310802e
@ -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=$!
|
||||
|
Loading…
Reference in New Issue
Block a user