Hello;
I didn't see any current postings for SK so I decided to post this question.
I'm modifying my favorite Widget which is the Sleek Monitor. One of the things it monitors is my CPU temp. I also have the max temp posted so I can see the range. Here's the question: How do I insert the degree symbol into some text within a theme?
With Sensors, I can grep the actual CPU temp, but on the same line, the max temp is not dynamic so I'm unable to grep it.
No problem really, I decided to just type in the max temp below the actual CPU temp.
Now, how do I add the degree symbol to "+185.0 F" ?
I realize this is a very minor issue, but it bothers me not to have it and it's been bothering me for months. Thanks.
SOLVED: Thanks to all who answered. The advice worked. From Open Office Word, I simply typed in the temp and inserted the degree symbol then copied it into the Superkaramba text file. Thanks again to all who replied.
I didn't see any current postings for SK so I decided to post this question.
I'm modifying my favorite Widget which is the Sleek Monitor. One of the things it monitors is my CPU temp. I also have the max temp posted so I can see the range. Here's the question: How do I insert the degree symbol into some text within a theme?
With Sensors, I can grep the actual CPU temp, but on the same line, the max temp is not dynamic so I'm unable to grep it.
Code:
CPU Temp (AMD): +25.0°C (high = +80.0°C, hyst = +75.0°C)
Code:
text x=5 y=170 value="CPU Max Temp:" text x=166 y=170 value="+185.0 F"
I realize this is a very minor issue, but it bothers me not to have it and it's been bothering me for months. Thanks.
SOLVED: Thanks to all who answered. The advice worked. From Open Office Word, I simply typed in the temp and inserted the degree symbol then copied it into the Superkaramba text file. Thanks again to all who replied.
Comment