No description
Find a file
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
applets Time: Replace GTK applet with iced applet 2022-12-19 21:22:11 -05:00
debian Time: Replace GTK applet with iced applet 2022-12-19 21:22:11 -05:00
libcosmic-applet feat: popup positioning depending on panel anchor 2022-08-24 15:55:53 -04:00
.gitignore chore: debian packaging 2022-05-25 17:11:42 -04:00
Cargo.lock Power: Replace gtk applet with iced applet (#32) 2022-12-12 13:41:16 -05:00
Cargo.toml Power: Replace gtk applet with iced applet (#32) 2022-12-12 13:41:16 -05:00
justfile Power: Replace gtk applet with iced applet (#32) 2022-12-12 13:41:16 -05:00
LICENSE license 2022-05-26 11:59:09 -04:00
rust-toolchain Iced graphics applet (#26) 2022-11-17 10:38:48 -05:00