I-Dream-in-Code / kde-arch-update-plasmoid

30 stars 9 forks source link

Refresh update count following update #41

Open elParaguayo opened 5 years ago

elParaguayo commented 5 years ago

Is it possible to make the plasmoid refresh the update count following an update?

I may have been overthinking this but my idea was to have the plasmoid present a dbus interface and then use a pacman hook to trigger the relevant method. I was thinking of doing it this way as I typically upgrade via a manual "sudo pacman -Syu" rather than clicking on the update option in the widget.

I'd happily have a go at this myself but I've never worked in c++ or qml before!

If you think it's possible but you don't have the time then I'd be happy to take a look but would appreciate any pointers you could give me.