NOTE PyTextMonitor now provides the DataEngine.
Configuration
You may edit DataEngine configuration. It is /etc/xdg/plasma-dataengine-extsysmon.conf or $HOME/.config/plasma-dataengine-extsysmon.conf. Uncomment needed line and edit it.
Usage
In Plasma widgets and plasmaengineexplorer.
INSTALLATION
tar xJf awesome-widgets-3.0.1-src.tar.xz
mkdir awesome-widgets/build && cd awesome-widgets/build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_PLASMOIDS=OFF ../
make && sudo make install
NOTE on Plasma 5 it may require -DKDE_INSTALL_USE_QT_SYS_PATHS=ON flag
Dependencies
* kdebase-workspace or plasma-frameworks
Optional dependencies
* proprietary video driver
* hddtemp or smartmontools (make sure that it may be run with `sudo` without password. Just add following line to `/etc/sudoers`: `$USERNAME ALL=NOPASSW

* music player
Make dependencies
* automoc4 or extra-cmake-modules
* cmake
Ratings & Comments
6 Comments
can you exactly describe howto install this one plz . . .
If you want install it with applet: 1. Download tarball for applet from applet page. 2. Unpack it and change directory to "pytextmonitor". 3. Create build directory and change the current directory to it: mkdir build && cd build 4. Run cmake with needed parameters, such as install prefix: сmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=Release ../ 5. Run make: make sudo make install
~/Hämtningar/pytextmonitor-V.1.6.0/build $ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=Release ../ CMake Error: The source directory "/home/vaxx/Hämtningar/pytextmonitor-V.1.6.0" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.
Hmm, what is in the directory "../"? BTW, you don't need build dataengine separately anymore. It will build with widget automatically.
404 on link
tnx. Fixing