hamaluik / timecop

A time tracking app that respects your privacy and the gets the job done without being fancy.
https://timecop.app/
Apache License 2.0
796 stars 149 forks source link

Minimise to systray #107

Open FredericGuilbault opened 1 year ago

FredericGuilbault commented 1 year ago

That would be very nice to have the ability to minimize time cop to systray while a task is running.

Like prob everyone, I tested tons of time tracking tool, and this one is the one that fit the most for me :) Thx for your work.

12people commented 9 months ago

https://pub.dev/packages/system_tray seems like a good place to start with a potential implementation.

However, there would need to be some way to make sure that the app isn't unnecessarily drawing anything in the background or taking up larger amounts of memory. Also, the app might need to draw its own window controls — e.g. using https://pub.dev/packages/yaru_widgets.