poorercputemp - another tray temp monitor

Miscellaneous tools
Post Reply
Message
Author
User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

poorercputemp - another tray temp monitor

#1 Post by 01micko »

This temperature monitor has no frills and less dependencies, only depends on gtk and the kernel module for hardware monitoring (varies accreoss hardware)

Well, nothing much to say except that it writes svg icons to /tmp/ - but there is no menu or fancy 'about' screen.

Pets (32 and 64) and source attached. Install a pet and restart X or run it from the CLI, or click the .desktop file in /etc/xdg/autostart/

A free lolly to whoever comes up with a better name!

EDIT: pets updated with fixed pinstall. May need to move .desktop file from /etc/xdg/autostart to /root/.config/autostart/ on slightly older puppies.
Attachments
poorercputemp-0.1-x86_64.pet
64 bit version
(6.49 KiB) Downloaded 165 times
poorercputemp-0.1-i686.pet
32 bit version
(6.25 KiB) Downloaded 133 times
poorercputemp-0.1.tar.gz
source code
(5.6 KiB) Downloaded 114 times
Screenshot.png
(9.97 KiB) Downloaded 243 times
Last edited by 01micko on Sun 21 Jun 2020, 11:06, edited 1 time in total.
Puppy Linux Blog - contact me for access

zagreb999
Posts: 567
Joined: Fri 11 Apr 2014, 06:39
Location: Yugoslavija

#2 Post by zagreb999 »

compliments sir!

it works perfectly in
panel of
debiandog-xfce4-12!

thank you!

ozsouth
Posts: 858
Joined: Fri 01 Jan 2010, 22:08
Location: S.E Australia

#3 Post by ozsouth »

Works well in ScPup64 (various versions). To get it to start on bootup, had to add .desktop file below to /root/.config/autostart
Attachments
poorercputemp.desktop.fake.gz
remove .fake.gz & put in /root/.config/autostart
(101 Bytes) Downloaded 95 times

Terry H
Posts: 708
Joined: Sun 29 Mar 2009, 16:48
Location: The Heart of Muskoka, ON Canada

#4 Post by Terry H »

This gives the same result as the original better off man's utility pmcputemp.sh, it finds a constant 25 Deg. To get it to find the correct temperature I swap the first 2 entries for the check to work correctly with my Intel CPU, core i5-5200U.

Code: Select all

for a in `find /sys/devices/platform -type f -name 'temp*_input'|sort` \
			`find /sys/devices/pci* -type f -name 'temp*_input'|sort` \
			`find /sys/devices/virtual -type f -name 'temp'|sort`
This change returns: /sys/devices/platform/coretemp.0/hwmon/hwmon1/temp1_input

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#5 Post by 01micko »

Terry H wrote:This gives the same result as the original better off man's utility pmcputemp.sh, it finds a constant 25 Deg. To get it to find the correct temperature I swap the first 2 entries for the check to work correctly with my Intel CPU, core i5-5200U.

Code: Select all

for a in `find /sys/devices/platform -type f -name 'temp*_input'|sort` \
			`find /sys/devices/pci* -type f -name 'temp*_input'|sort` \
			`find /sys/devices/virtual -type f -name 'temp'|sort`
This change returns: /sys/devices/platform/coretemp.0/hwmon/hwmon1/temp1_input
Something isn't right here because the code you quote is what is in the script :?


--------------------------------------------------------------------------------------------------------------



Anyway - want this for Barry's easyos-1.0.2 arm64 for raspberry? Might work on his rockchip version too. Has the startup script in /root/Startup - BK is old school isn't he? 8)
Attachments
poorercputemp-0.1-aarch64.pet
ONLY for aarch64 (raspberry pi and rockchip - untested on rockchip)
(7.11 KiB) Downloaded 95 times
Puppy Linux Blog - contact me for access

Terry H
Posts: 708
Joined: Sun 29 Mar 2009, 16:48
Location: The Heart of Muskoka, ON Canada

#6 Post by Terry H »

I don't know what's going on. I must have had a some sort of weird seniors moment. :(

Post Reply