-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
37 lines (25 loc) · 1.45 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Xfce4-Sensors-Plugin
====================
https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin
Version 1.3.1 git - For Xfce 4 Panel 4.12.0 (and hopefully newer as well!)
Copyright (c) 2004-2018 by Fabian Nowak ([email protected])
Copyright (c) 2005-2006 by Stefan Ott
Licence: GPL version 2 (or later at your option)
Description: Reads your hardware sensor values and displays them in your panel
Dependencies: libxfce4ui, libxfce4util, libgtk2.0-0,
xfce4-panel
libxfce4ui-dev, libxfce4util-dev, libgtk2.0-dev,
xfce4-panel-dev
Optional: hddtemp, netcat, lmsensors3, working ACPI library, libnotify, nvidia-utils/xnvctrl
Preparation: Install libsensors, lmsensors, hddtemp, xnvctrl
for lmsensors do:
sensors-detect as root somehow, have modules be added to config files, let them be loaded or load them manually or do some sudo service moduleinit-tools restart or the like
and then install.
Installation: ./configure && make && [sudo] make install
Theming: You can put a customized style file globally under
/usr/local/share/xfce4/panel/plugins/xfce4-sensors-plugin.css
or locally under $HOME/.config/xfce4/panel/xfce4-sensors-plugin.css.
This might be especially useful for distributions.
Bugs: Refer to TODO file
Thanks to: Xfce Team and Enrico Tröger for additional help;
Raphael Groner for bug-hunting, usability reports, feature requests.