Code Monkey home page Code Monkey logo

gnome-shell-extension-sensors's Introduction

This extensions isn't currently maintained. Please use the this fork: https://extensions.gnome.org/extension/841/freon/ (https://github.com/UshakovVasilii/gnome-shell-extension-freon)

gnome-shell-extension-sensors

gnome-shell-extension-sensors (previously known as gnome-shell-extension-cpu-temperature) is an extension for displaying CPU temperature, hard disk temperature, voltage and CPU fan RPM 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, voltage data and fan speed.

Optionally, this extension uses the UDisks2 dbus interface or hddtemp as fallback to read hard drive temperature data.

Screenshot

Installation

This is the recommended method for installation, as it doesn't require the build dependencies for installation. You can install this extension by visiting the GNOME extensions page for this extension.

Installation by package manager

Fedora has packaged a very old version of this extension. You can install it by running:

yum -y install gnome-shell-extension-cpu-temperature

However this package will be retired and possibly replaced in the future according to Bug RH#983409.

Manual installation

To install this extension you need to clone the source and build the extension. The build dependenciesare:

  • gettext,
  • pkg-config,
  • git,
  • glib2,
  • glib2-devel or libglib2.0-dev,
  • zip,
  • gnome-common,
  • autoconf,
  • automake,
  • intltool.

To build the extension for gnome-shell 3.10 or newer please run the following commands:

cd ~ && git clone https://github.com/xtranophilist/gnome-shell-extension-sensors.git
cd ~/gnome-shell-extension-sensors
./autogen.sh

To build the extension for gnome-shell 3.8 or older please run the following commands:

cd ~ && git clone https://github.com/xtranophilist/gnome-shell-extension-sensors.git
cd ~/gnome-shell-extension-sensors
git checkout gnome-3.8
./autogen.sh

You can install this extension for your user by executing:

make local-install

or system wide by executing (this requires root permissions):

make install

After installation you need to restart the GNOME shell:

  • ALT+F2 to open the command prompt
  • Enter r to restart the GNOME shell

Then enable the extension: Open gnome-tweak-tool -> Shell Extensions -> Sensors -> On

Installing dependencies

Installing lm-sensors for Fedora, CentOS and other distros with yum:

yum install -y lm_sensors

Ubuntu, Debian and other distros with apt-get:

apt-get install lm-sensors

Then run sensors-detect as root as one time detection process.

Installing hdd-temp:

yum -y install hddtemp

Configuration

This extensions uses the output of sensors(1) command to obtain the temperature data and sensor labeling. To relabel, hide or correct the output consult the sensors.conf(5) manual.

Authors : authors

gnome-shell-extension-sensors's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.