forked from mh21/indicator-multiload
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
20 lines (14 loc) · 764 Bytes
/
Copy pathREADME
File metadata and controls
20 lines (14 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Basic NVIDIA GPU support modification of the original applet.
Tested on Ubuntu 16.04
to compile and install:
sudo apt-get build-dep indicator-multiload
./autogen.sh && make -j 8
sudo make install
Original README:
Reimplementation of the gnome-applets multiload applet in vala and for Canonicals appindicators.
Strings have been kept the same as in gnome-applets where possible to reduce translation work.
For more advanced settings such as which variables are shown and whether graphs
autoscale, open dconf-editor and navigate to /de/mh21/indicator-multiload/.
Expressions are strings with embedded code within $(...). Variables are of the
form provider.variable, a list is available from indicator-multiload -l. You
can use +, -, *, and / for calculations.