cosmic-applets/applets/cosmic-applet-time
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
..
data Move time code from old-panel into an applet 2022-06-10 16:20:46 -07:00
src Time: Replace GTK applet with iced applet 2022-12-19 21:22:11 -05:00
Cargo.lock Time: Replace GTK applet with iced applet 2022-12-19 21:22:11 -05:00
Cargo.toml Time: Replace GTK applet with iced applet 2022-12-19 21:22:11 -05:00