From eabade15d39c211e441a1cccbd70392ffc5a2c2f Mon Sep 17 00:00:00 2001 From: primardj Date: Tue, 30 Jan 2024 11:35:59 +0000 Subject: [PATCH] cut seconds from the actual hours, it takes place for nothing, when there is am/pm better not to add seconds --- dotconfig/eww/analog_clock/clock.yuck | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/dotconfig/eww/analog_clock/clock.yuck b/dotconfig/eww/analog_clock/clock.yuck index 118605a..9b846dd 100644 --- a/dotconfig/eww/analog_clock/clock.yuck +++ b/dotconfig/eww/analog_clock/clock.yuck @@ -12,12 +12,6 @@ `date +%M`) -(defpoll seconds - :interval "1s" - :initial "00" - `date +%S`) - - (defpoll ampm :interval "1s" :initial "00" @@ -37,7 +31,7 @@ (box :width 155 :height 155 :class "analog-clock") (box :height 155 - :width 200 + :width 175 :class "numerical-clock" :orientation "v" :space-evenly false @@ -51,10 +45,6 @@ :class "time" (label :text minutes) ) - (box - :class "time" - (label :text seconds) - ) (box :class "time" (label :text ampm)