updated ptm pages

This commit is contained in:
arcan1s
2014-05-22 02:55:14 +04:00
parent 2dbf41448a
commit d5e6f8c4e6
2 changed files with 14 additions and 0 deletions

View File

@ -7,6 +7,7 @@ developers:
- Evgeniy Alelseev
- Ernesto Avilés Vzqz (Spanish translation)
- Mermouy (French translation)
- underr (Brazillian Portuguese translation)
license: GPLv3
links:
- Plasmoid page on <a href="http://kde-look.org/content/show.php/Py+Text+Monitor?content=157124">kde-look.org</a>
@ -100,6 +101,10 @@ sudo make install
<th>HDDDEV</th>
<td><p align="justify">Set block device for <code>hddtemp</code> comma separated or use <code>all</code>. Default is <code>all</code>.</p></td>
</tr>
<tr>
<th>HDDTEMPCMD</th>
<td><p align="justify">A command which will be run for hddtemp DataEngine. Default is <code>sudo hddtemp</code>.</p></td>
</tr>
<tr>
<th>MPDADDRESS</th>
<td><p align="justify">MPD host address. Default is <code>localhost</code>.</td>
@ -439,6 +444,8 @@ sudo make install
<p align="justify"><b>HDD:</b> Select one of HDDs for HDD temperature monitor. <code>all</code> will enable monitor for all devices. Default is <code>all</code>.</p>
<p align="justify"><b>hddtemp cmd:</b> Type a command which will be run for hddtemp DataEngine. Default is <code>sudo hddtemp</code>.</p>
<p align="justify"><b>MPD address:</b> Address of MPD server. Default is <code>localhost</code>.</p>
<p align="justify"><b>MPD port:</b> Port of MPD server. Default is <code>6600</code>.</p>