diff --git a/README.md b/README.md index 9e0236e..d0d4ccb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,10 @@ PyTextMonitor is a minimalistic Plasmoid script written on Python2. It looks lik Configuration ------------- For edited output you must open Settings window and setup output format in lines: -* label `$time` - time in long format. For example, `fri Nov 6 04:48:01 2013` +* label `$time` - time in default format. For example, `fri Nov 6 04:48:01 2013` +* label `$isotime` - time in iso format +* label `$shorttime` - time in short locale format +* label `$longtime` - time in long locale format * label `$uptime` - uptime, ---d--h--m * label `$cpu` - total load cpu, % * label `$ccpu` - load CPU for each core, % @@ -34,6 +37,10 @@ Label order will changed if you change slider position. HTML tags in label work **NOTE** you don't may set to show $cpu in swap label for example. $cpu will work only in cpu label. +DataEngine configuration +------------------------ +You may edit DataEngine configuration. It is `/usr/share/config/extsysmon.conf` or `$HOME/share/config/extsysmon.conf` depending on the type of installation. Uncomment needed line and edit it. + TODO (wish) list ---------------- Tooltip (graphical information):