Graphical cpu temperature viewer

Hello !

"If you don't find what you want, make your own." Me, today.

I can't find a simple and tiny graphical cpu temperature viewer, graphical behavior like LED vu meter and desktop free. Using sysctl and yabasic I wrote a small app to this. BASIC is a quick way to make simple graphics & data processing.

Find out code in attached zip archive.

twm & xcfe, way cool :cool:

2021-01-11-162922_2720x1024_scrot.png


2021-01-11-171526_2720x1024_scrot.png
 

Attachments

a script
yabasic ./cpu_temp_v2.yab
gives :
Error in ./cpu_temp_v2.yab, line 8:
---Error: could not get control of terminal: Operation not permitted
clear screen
^~~~~~
---Error: Program stopped due to an error
 
Scrip is the issue ?
I run yabasic ./cpu_temp_v2.yab in terminal as a simple user, work fine.

try to comment line 8:
Code:
//clear screen
No mind for following code.
 
Back
Top