-
Notifications
You must be signed in to change notification settings - Fork 78
Home
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.
Again, first install the dependencies.
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.
https://extensions.gnome.org/extension/841/freon/
sudo dnf install gnome-shell-extension-freon
sudo apt install gnome-shell-extension-freon