Commit graph

10 commits

Author SHA1 Message Date
13r0ck
fec76f8e32 Time: Fix sizing & stying & use cosmic-text. 2022-12-21 12:39:05 -07:00
13r0ck
87a88931b4 Update Debian packaging for iced based applet. 2022-12-19 21:22:11 -05: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
Ashley Wulber
ac0b555946
chore: update libcosmic & other deps 2022-08-17 21:10:26 -04:00
Ashley Wulber
98813824d4
feat: use libcosmic::init 2022-08-16 14:36:31 -04:00
Ashley Wulber
d9212b2285
feat: init adwaita 2022-08-10 10:48:20 -04:00
Ian Douglas Scott
ee142903bb Use libcosmic-applet in time applet
Need to get button height right.
2022-07-05 16:52:04 -07:00
Ian Douglas Scott
fff8d7d6e6 Use master_jammy branch of cosmic-panel 2022-06-30 09:13:11 -07:00
Ian Douglas Scott
061a891c5e Update everything to gtk-rs git, relm4 next
Now everything is in one workspace again. Hopefully this also builds on
CI.
2022-06-29 13:58:29 -07:00
Ian Douglas Scott
9b58739a96 Move time code from old-panel into an applet
Removes the last of `old-panel`.
2022-06-10 16:20:46 -07:00