[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:
parent
f90a236516
commit
318fa288ff
1 changed files with 1 additions and 1 deletions
|
@ -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) + " " +
|
||||
|
|
Loading…
Reference in a new issue