Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Indicate activity in the menu-bar icon #10

Open
chrisidefix opened this issue May 5, 2015 · 1 comment
Open

Enhancement: Indicate activity in the menu-bar icon #10

chrisidefix opened this issue May 5, 2015 · 1 comment

Comments

@chrisidefix
Copy link
Contributor

A menu-bar icon is nice and I am very happily using it already.

It would generally be great, if the menu-bar icon would gain more functionality - generally when thinking about syncthing, indicating the sync-status would obviously be what you want from a menu-bar icon.

Of course this depends on knowing if syncthing is currently syncing or scanning and I am not sure if you can get that information?

Displaying if syncthing is busy would be great, however - it's probably not necessary to know what exactly it is doing (uploading/downloading/scanning/updating), but it would be cool, if the icon would start rotating (for example) whenever some activity was detected or become greyed out when there is no connectivity, etc.

@chrisidefix chrisidefix changed the title Enhancement: Indicate upload/download in the menu-bar icon Enhancement: Indicate activity in the menu-bar icon May 5, 2015
@chrisidefix
Copy link
Contributor Author

A few years ago, I wrote a menu-bar app and I wanted the icon to change based on some internal state. I ended up simply creating an icon for every status (let's say one green, one red, one grey). I always wanted to know if there was a better (more dynamic) way to do this than to store each icon. For example, if you want to show some even more dynamic behaviour (e.g. rotation), could you rotate the image on the fly or is that overkill? I guess menu-meters should be a good example of how fairly complex menu-bar animations can be generated ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants