pytextmonitor

Information

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

NOTE LOOKING FOR TRANSLATORS!

Configuration

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.

NOTE you don't may set to show $cpu tag in swap label for example. $cpu will work only in cpu label.

Advanced settings

Custom time

Custom uptime

Temperature units

Select units for temperature. Available units are Celsius, Farenheit and Kelvin.

Temperature devices

List of devices, which will be observed in temp label (combo box items come from sensors). List widget is editable, delete key will remove current item.

Mount points

List of mount points, which will be observed in hdd label (combo box items come from mount). List widget is editable, delete key will remove current item.

HDD (speed)

List of hard disk devices, which will be observed in hddspeed label (combo box items come from DataEngine). List widget is editable, delete key will remove current item.

HDD (temperature)

List of hard disk devices, which will be observed in hddtemp label (combo box items come from find). List widget is editable, delete key will remove current item.

Network directory

Path to directory, which contains network devices information. Default is /sys/class/net. Required for auto select network device.

Network device

Use specified device as active. Combo box items come from network directory. Will disable auto select network device.

Battery device

File with battery information. File (/sys/class/power_supply/BAT0/capacity by default) should contain only battery charge in percent.

AC online tag

Line which will be shown when AC is online.

AC offline tag

Line which will be shown when AC is offline.

AC device

File with AC information. File (/sys/class/power_supply/AC/online by default) must contain 1 if AC is online.

Music player

Select one of supported music playes for player label.

Tooltip settings

Since version 1.7.0 CPU, CPU clock, memory, swap and network labels support graphical tooltip. To enable them just make the needed checkboxes a fully checked. The number of stored values can be set in the tab. Colors of graphs are configurable too.

DataEngine settings

Custom command

NOTE This can cause the computer freeze.

Commands, which will be run for custom label.

GPU device

Select one of supported GPU devices. auto will enable auto selection. Default is auto.

HDD

Select one of HDDs for HDD temperature monitor. all will enable monitor for all devices. Default is all.

hddtemp cmd

Type a command which will be run for hddtemp DataEngine. Default is sudo hddtemp.

MPD address

Address of MPD server. Default is localhost.

MPD port

Port of MPD server. Default is 6600.

Package manager

List of commands, which will be run. Number of null lines is a number of unneeded lines. Defaults: * Arch: PKGCMD=pacman -Qu, PKGNULL=0 * Debian: PKGCMD=apt-show-versions -u -b, PKGNULL=0 * Ubuntu: PKGCMD=aptitude search '~U', PKGNULL=0 * Fedora: PKGCMD=yum list updates, PKGNULL=3 * FreeBSD: PKGCMD=pkg_version -I -l '<', PKGNULL=0 * Mandriva: PKGCMD=urpmq --auto-select, PKGNULL=0

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.

Instruction

Dependencies

Optional dependencies

Make dependencies

Installation

Additional information

TODO (wish list)

Links