Jump to content
ElementaryOS France

Recommended Posts

Un indicator pour le monitoring matos et même météo:

screenshot_1.png

On installe les dépendances:

sudo apt install libglib2.0-dev libgtop2-dev libgranite-dev libgtk-3-dev libwingpanel-2.0-dev libgeoclue-2-dev libgweather-3-dev meson valac

On se place dans le répertoire de votre choix puis on clone:

git clone https://github.com/PlugaruT/wingpanel-monitor.git

Puis on compile et on installe:

cd wingpanel-monitor
meson build --prefix=/usr
cd build
ninja
sudo ninja install

On lance l'indicator avec

com.github.plugarut.wingpanel-monitor

:-)

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...