2.0 KiB
gnome-shell-extension-cpu-temperature
gnome-shell-extension-cpu-temperature is an extension for displaying system temperature data in GNOME Shell.
The extension uses sensors from lm_sensors package (lm-sensors for Debian systems) to read temperature for different CPU cores and adapters. If lm_sensors is not installed, temperature is read from system files.
Optionally, this extension uses hddtemp to read hard drive temperature data.
Installation
You can install this extension by visiting the GNOME extensions homepage.
Installation by package manager
Fedora has packaged this extension. You can install it by running:
yum -y install gnome-shell-extension-cpu-temperature
Manual installation
This is the recommended method for installation as you always get the latest version. You can install this extension for your user by executing:
cd ~/.local/share/gnome-shell/extensions
git clone https://github.com/xtranophilist/gnome-shell-extension-cpu-temperature.git temperature@xtranophilist
or system wide by executing (this requires root permissions):
cd /usr/share/gnome-shell/extensions/
git clone https://github.com/xtranophilist/gnome-shell-extension-cpu-temperature.git temperature@xtranophilist
After installation you need to restart the GNOME shell by:
ALT+F2to open the command prompt- Enter
rto restart the GNOME shell
Configuration
This extensions uses the output sensors(1) command to obstain the
temperature data and sensor labeling. To relabel, hide or correct the
output consult the sensors.conf(5) manual.
Authors
- Dipesh Acharya xtranophilist@gmail.com