[clock.py] Action for analog clockface

Because it seems there aren't that much analog clocks, I went with just
yet another tty-clock config.
This commit is contained in:
M1dgard 2018-08-20 03:22:11 +02:00
parent f90a236516
commit 318fa288ff
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -63,7 +63,7 @@ try:
# face_for(leftnow) +
clock_link(" %{T4}" + localcolor + localnow.strftime("%H") + "%{F}", "") +
"%{O2}%{T8}" + face_for(localnow) +
clock_link("%{O2}%{T8}" + face_for(localnow), "-D") +
clock_link("%{O2}%{T4}" + localcolor + localnow.strftime("%M") + "%{T-}%{F} ", "-s") +
# face_for(rightnow) + " " +