isDipesh / gnome-shell-extension-sensors

Gnome shell extension: Shows CPU temperature, HDD temperature, voltage and fan RPM
https://motorscript.com/gnome-shell-extension-sensors/
162 stars 153 forks source link

Sort entries alphabetically #47

Closed adrianbroher closed 11 years ago

adrianbroher commented 11 years ago

The current implementation orders the read temperature data as it was reported out by sensors. A better approach may be to sort the output alphabetically by label.

adrianbroher commented 11 years ago

Sorry for pushing another mail, but I don't know if adding commits also notifies the project owner.

The patch above sorts the labels lexically by the sensor label as suggested in opening comment.