Minimalistic Plasmoid set
Go to file
arcan1s 005c5cba54 New release 1.1.3
widget:
  + added font weight
  * edited font setup in widget - now font-family works normaly
  * small bug fix %)
configure window:
  + added font weight setup
2013-02-26 00:24:02 +04:00
old_versions Pre-release 1.1 2013-02-24 06:04:34 +04:00
screenshots New release 1.1.2 2013-02-25 21:23:10 +04:00
source New release 1.1.3 2013-02-26 00:24:02 +04:00
pytextmonitor.plasmoid New release 1.1.3 2013-02-26 00:24:02 +04:00
README - 2013-02-25 19:10:27 +04:00

pytextmonitor
=============

PyTextMonitor is a minimalistic Plasmoid script written on Python2. It looks like widgets in awesome-wm.

HOWTO
For edited output you must open Settings window and setup output format in lines:
  label "$cpu" means total load cpu, %
  label "$cpucl" means average cpu clock, MHz
  label "$mem" - usage memory, %
  label "$memmb" - usage memory, MB
  label "$swap" - swap, %
  label "$swapmb" - swap, MB
  label "$temp" - average temperature in system (if doesn't work please let me know)
  label "$net" - download and upload speed, KB/s. You may also specify the number of devices (1 or 2) - without their names. And you may specify network device: something like @@netdev=eth0@@
  label "$netdev" - current network device
  label "$bat" - battery charge, %. "acpi" must be installed (if doesn't work please let me know)
Label order will changed if you change slider position.
Attention: you don't may set to show $cpu in swap label for example. $cpu will work only in cpu label.