blahsd / supernerd.widget

Extensible, customisable, menubar replacement Ubersicht widget.
MIT License
85 stars 10 forks source link

Energy efficient restructuring #16

Closed blahsd closed 6 years ago

blahsd commented 6 years ago

In order to make the widget more energy-efficient, it will have to be restructured so that only functions with similar required refresh times are grouped together – that way it will be possible to keep refreshes to a minimum. This is a tentative structure, sorted by frequency at which the widget must refresh in order to be funcitonal:

blahsd commented 6 years ago

This is now under development on branch greendev