pixunil / cinnamon-applet-system-monitor

An applet for Cinnamon which shows CPU, Memory and Swap usage, Disk and Network rates with graphs
http://cinnamon-spices.linuxmint.com/applets/view/198
GNU General Public License v2.0
15 stars 5 forks source link

The option to display the temp as text seems to have been removed? #7

Closed ham1 closed 9 years ago

ham1 commented 9 years ago

I just updated to the latest code and noticed that the option to select text (i.e. a number) for the temperature display on the bar next to the other graphs was no longer there, are you able to put this back?

pixunil commented 9 years ago

The setting changed to a string with placeholders. Go to Settings > Thermal > Label in the panel and type in %t0 to display the calculated thermal value or any number for a sensor. I implemented this as it is more flexible than a ComboBox and I hope to get this a bit more easier than now, if you have any idea, it would be great.

ham1 commented 9 years ago

Ah, I didn't read that ;) yes, I agree it's better this way.

I think, to make it obvious, if the field is blank, you could use an example similar to the html form placeholder values. e.g. http://diveintohtml5.info/forms.html and put something like "Use %t0, %t1 ... etc. to display the temp directly in the panel."

Or you could have a little help icon and it display that text when someone clicks or hovers over it?

pixunil commented 9 years ago

Placeholders are not possible (yet) as cinnamon-settings doesn't support it. But I look how helpful a tooltip (which is supported) could be (also for other settings)