DanielBorgesOliveira / onedrive_tray

OneDrive system tray program
GNU General Public License v3.0
113 stars 21 forks source link

"Syncing" and "Error" icons? #14

Open jaxankey opened 2 years ago

jaxankey commented 2 years ago

Any plans to have the icon give me a friendly green check when things are good and a scary red exclamation when they are bad?

DanielBorgesOliveira commented 2 years ago

Hi @jaxankey. Do you have some ideas on how we can implement this? I think maybe we need some API access on the onedrive developed by abraunegg.

jaxankey commented 2 years ago

I was thinking of a log monitor. Just set up a tail on the log file and look for events. I think every time things are sync'd perfectly there is a sequence of messages, but I haven't looked that deeply.