edited readme

This commit is contained in:
arcan1s 2014-04-03 13:27:09 +04:00
parent fc104b4549
commit 1b6c8faf49
2 changed files with 8 additions and 8 deletions

View File

@ -18,7 +18,7 @@ optdepends=("hddtemp: for HDD temperature monitor"
makedepends=('automoc4' 'cmake') makedepends=('automoc4' 'cmake')
source=(https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz) source=(https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz)
install=${pkgname}.install install=${pkgname}.install
md5sums=('74175a65186daa6d4a68772a3bcdd368') md5sums=('f2e54037fec38726035ba04cb61f6b6d')
backup=('usr/share/config/extsysmon.conf') backup=('usr/share/config/extsysmon.conf')
prepare() { prepare() {

View File

@ -34,7 +34,7 @@ For edited output you must open Settings window and setup output format in lines
* tag `$up` - upload speed, *KB/s* * tag `$up` - upload speed, *KB/s*
* tag `$netdev` - current network device * tag `$netdev` - current network device
* tag `$bat` - battery charge, *%* * tag `$bat` - battery charge, *%*
* tag `$ac` - status AC device. Return *(\*)* if AC device is online or *( )* if offline * tag `$ac` - status AC device. Return (\*) if AC device is online or *( )* if offline
* tag `$album` - current song album. One of supported music players must be installed * tag `$album` - current song album. One of supported music players must be installed
* tag `$artist` - current song artist. One of supported music players must be installed * tag `$artist` - current song artist. One of supported music players must be installed
* tag `$progress` - current song progress. One of supported music players must be installed * tag `$progress` - current song progress. One of supported music players must be installed
@ -44,7 +44,7 @@ For edited output you must open Settings window and setup output format in lines
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` tag in swap label for example. **`$cpu` will work only in cpu label**.
Advanced settings Advanced settings
----------------- -----------------
@ -147,20 +147,20 @@ Dependencies
------------ ------------
* kdebase-workspace * kdebase-workspace
* kdebindings-python2 * kdebindings-python2
* lm_sensors (for definition temperature device) * lm_sensors (*for definition temperature device*)
* sysstat (for notification) * sysstat (*for notification*)
Optional dependencies Optional dependencies
--------------------- ---------------------
ext-sysmon (for GPU, GPU temp, HDD temp and player labels):
* proprietary video driver * proprietary video driver
* hddtemp * hddtemp (make sure that it may be run with `sudo` without password. Just add following line to `/etc/sudoers`: `$USERNAME ALL=NOPASSWD: /usr/bin/hddtemp`)
* music player (amarok, mpd or qmmp) * music player (amarok, mpd or qmmp)
Make dependencies Make dependencies
----------------- -----------------
* automoc4 * automoc4
* cmake * cmake
* kdebase-runtime
Installation Installation
------------ ------------
@ -171,7 +171,7 @@ Installation
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 `/`:
mkdir build && cd build mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../