Home - UshakovVasilii/gnome-shell-extension-freon GitHub Wiki
freon
Freon is a fork of gnome-shell-extension-sensors,a GNOME Shell extension for displaying the temperature of your CPU, hard disk, solid state, and video card (NVIDIA, Catalyst, and Bumblebee supported), as well as power supply voltage, and fan speed. You can choose which HDD/SSD or other devices to include, what temperature units to use, and how often to refresh the sensors readout, and they will appear in the GNOME Shell top bar. For the GPU temperature, you may need to install the vendor's driver for best results.
This extension supports GNOME Shell 3.12+ (To check other versions, modify "shell-version" in "metadata.json")
NOTE: Freon relies on lm_sensors. You must run sensors-detect
before Freon will be able to detect and display hardware temperatures. To see GPU temperatures, you will also need the driver and related packages from your GPU's vendor -- see the list of dependencies.
Preferences
Installation
Again, first install the dependencies.
Installation from git
git clone https://github.com/UshakovVasilii/gnome-shell-extension-freon.git
cd gnome-shell-extension-freon
glib-compile-schemas freon@UshakovVasilii_Github.yahoo.com/schemas/
mkdir -p ~/.local/share/gnome-shell/extensions
cp -r freon@UshakovVasilii_Github.yahoo.com ~/.local/share/gnome-shell/extensions/.
restart GNOME Shell (Alt+F2
, r
, Enter
) and enable the extension through gnome-tweak-tool.
Installation from extensions.gnome.org
https://extensions.gnome.org/extension/841/freon/
Installation from Fedora packages
sudo dnf install gnome-shell-extension-freon
Installation from Debian packages
sudo apt install gnome-shell-extension-freon