From 318fa288fff6c02a7de5d622cae7920d8ba58b08 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Mon, 20 Aug 2018 03:22:11 +0200 Subject: [PATCH] [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. --- polybar/clock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polybar/clock.py b/polybar/clock.py index cc9214f..cfecca2 100755 --- a/polybar/clock.py +++ b/polybar/clock.py @@ -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) + " " +