-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add the number of pending updates to the systray applet #154
Comments
@trigg Do you mind if I assign you on that issue as well? No urgency at all though. At this point this is more of a study than an actual feature request. |
From what I'm seeing the only route to doing this would be to load the icon, and draw into it before sending the altered buffer over dbus. From what I'm reading there's no promise any particular panel will accept raw-buffer icons. By all means assign me, I can do some mock ups when I'm available next |
Uh, ok. Thanks for the research. We'll see how it goes, but once again, if it is too complicated/hacky/whatever, let's not wrap our head too hard on this :) I assigned you, thanks! |
So I finally took the time to study this and it indeed seems like there's no builtin / easy way to achieve this directly with the However, I found the This is not exactly what I had in mind when opening this issue (as you would still need to hover your mouse on the systray icon to get the info) but I'll go with this, |
…oltip Show the number and the list of pending updates in the systray applet's tooltip, shown when hovering the mouse over the systray icon. Closes #154
…oltip Show the number and the list of pending updates in the systray applet's tooltip, shown when hovering the mouse over the systray icon. Closes #154
…oltip Show the number and the list of pending updates in the systray applet's tooltip, shown when hovering the mouse over the systray icon. Closes #154
…oltip Show the number and the list of pending updates in the systray applet's tooltip, shown when hovering the mouse over the systray icon. Closes #154
…oltip Show the number and the list of pending updates in the systray applet tooltip, shown when hovering the mouse over the systray icon. Closes #154
…oltip Show the number and the list of pending updates in the systray applet tooltip, shown when hovering the mouse over the systray icon. Closes #154
…oltip Show the number and the list of pending updates in the systray applet tooltip, shown when hovering the mouse over the systray icon. Closes #154
…oltip Show the number and the list of pending updates in the systray applet tooltip, shown when hovering the mouse over the systray icon. Closes #154
Depending on how hard it is to handle, having the systray applet showing the number of pending updates (such as what the Arch Updates Indicator Gnome extension is doing) would be a nice plus!
Retrieving this information from the main script and adding it to a state file (for the systray applet to get the number from) would be trivial. However, the integration of that information within the systray applet itself needs to be studied.
The text was updated successfully, but these errors were encountered: