Skip to content

Commit ebb828d

Browse files
author
arcan1s
committed
Edited readme
1 parent f5fa6af commit ebb828d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ PyTextMonitor is a minimalistic Plasmoid script written on Python2. It looks lik
88
Configuration
99
-------------
1010
For edited output you must open Settings window and setup output format in lines:
11-
* label `$uptime` means uptime, <i>---d--h--m</i>
12-
* label `$cpu` means total load cpu, <i>%</i>
13-
* label `$ccpu` means load CPU for each core, <i>%</i>
11+
* label `$time` - time in long format. For example, `fri Nov 6 04:48:01 2013`
12+
* label `$uptime` - uptime, <i>---d--h--m</i>
13+
* label `$cpu` - total load cpu, <i>%</i>
14+
* label `$ccpu` - load CPU for each core, <i>%</i>
1415
* label `$cpucl` - average cpu clock, <i>MHz</i>
1516
* label `$ccpucl` - cpu clock for each core, <i>MHz</i>
1617
* label `$temp` - average temperature in system

0 commit comments

Comments
 (0)