Commit graph

2 commits

Author SHA1 Message Date
13r0ck
fec76f8e32 Time: Fix sizing & stying & use cosmic-text. 2022-12-21 12:39:05 -07:00
13r0ck
2940341033 Time: Replace GTK applet with iced applet
Basic Iced applet, but it should be noted that the time update
logic is a significant improvement. The milliseconds until the
next whole minute is calculated, then via tokio the thread sleeps
until then. Meaning that the clock applet is only running
(from my testing) for 3 milliseconds a minute. This takes less
recources and is more accurate than checking every second from
app start like the old gtk applet did.
2022-12-19 21:22:11 -05:00