An app for CPU temp reading in the tray

Moderator: Forum moderators

Post Reply
User avatar
bigpup
Moderator
Posts: 6993
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 911 times
Been thanked: 1528 times

An app for CPU temp reading in the tray

Post by bigpup »

Raspup 8.2.1
Raspberry Pi 400 computer
Basically a Pi 4, so this may work on other Pi computers.

Puppy Package Manager(PPM)
Do a search for pmcputemp.
It should find pmcputemp-0.72-armv7l_rb82.pet
Downlaod and install it.

To get it to auto load and run on startup.
There is a pmcputemp.desktop file in /etc/xdg/autostart/
Open pmcputemp.desktop file in a text editor.
change the line

Code: Select all

Exec=pmcputemp

To:

Code: Select all

Exec=/usr/bin/pmcputemp

Reboot and save.
Should now have CPU temp reading in the tray.

Screenshot.jpg
Screenshot.jpg (7.15 KiB) Viewed 1162 times

.
.
Note:
The Pi 400 has a huge heat sink (no fan) and usually runs from 37 to 41 or so, depending on what you are doing.
If you have a Pi 2, 3, 4, etc.... They will probably run hotter. Unless you got some good cooling setup.

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

Aristos
Posts: 20
Joined: Thu Jul 01, 2021 11:02 am
Has thanked: 7 times
Been thanked: 16 times

Re: An app for CPU temp reading in the tray

Post by Aristos »

Works nicely in my Puppy phone.(raspberry 3B).

Thank's Bigpup.

Post Reply

Return to “Raspbian Buster”