Edited README

This commit is contained in:
arcan1s
2013-11-06 01:39:33 +04:00
parent 4a841766e8
commit 4689a9054d

View File

@ -30,16 +30,17 @@ For edited output you must open Settings window and setup output format in lines
* label "$title" - current song title. One of supported music players must be installed * label "$title" - current song title. One of supported music players must be installed
Label order will changed if you change slider position. HTML tags in label work normally. Label order will changed if you change slider position. HTML tags in label work normally.
**NOTE** you don't may set to show $cpu in swap label for example. $cpu will work only in cpu label. **NOTE** you don't may set to show $cpu in swap label for example. $cpu will work only in cpu label.
TODO (wish) list TODO (wish) list
---------------- ----------------
* Tooltip (graphical information): Tooltip (graphical information):
* * cpu, % * cpu, %
* * cpuclock, mhz * cpuclock, mhz
* * memory, % * memory, %
* * swap, % * swap, %
* * network, % * network, %
Instruction Instruction
=========== ===========
@ -54,10 +55,10 @@ Dependencies
Optional dependencies Optional dependencies
--------------------- ---------------------
* ext-sysmon (for GPU, GPU temp, HDD temp and player labels) ext-sysmon (for GPU, GPU temp, HDD temp and player labels):
* * proprietary video driver * proprietary video driver
* * hddtemp * hddtemp
* * music player (amarok, mpd or qmmp) * music player (amarok, mpd or qmmp)
Make dependencies Make dependencies
----------------- -----------------
@ -68,15 +69,24 @@ Installation
------------ ------------
* download sources * download sources
* install dataengine * install dataengine
mkdir build && cd build mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`kde4-config --localprefix` ../ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`kde4-config --localprefix` ../
make && make install make && make install
Also you may install it to "/": Also you may install it to "/":
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../
make && sudo make install make && sudo make install
* install plasmoid * install plasmoid
plasmapkg -i py-text-monitor-1.5.0.plasmoid plasmapkg -i py-text-monitor-1.5.0.plasmoid
Also you may install it to "/" too: Also you may install it to "/" too:
plasmapkg -g -i py-text-monitor-1.5.0.plasmoid plasmapkg -g -i py-text-monitor-1.5.0.plasmoid
Additional information Additional information