mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-16 07:09:58 +00:00
Edited README
This commit is contained in:
30
README.md
30
README.md
@ -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
|
||||||
|
Reference in New Issue
Block a user