diff --git a/projects/pytextmonitor.html b/projects/pytextmonitor.html new file mode 100644 index 0000000..c37733b --- /dev/null +++ b/projects/pytextmonitor.html @@ -0,0 +1,253 @@ + + + + + + py-text-monitor + + + + + + + + +
+
+

py-text-monitor

+

Minimalistic Plasmoid script that looks like widgets in Awesome WM.

+

General information
+ Installation guide
+ Configuration
+ Screenshots
+ Links

+
+
+ +

Information

+

A minimalistic Plasmoid script written on Python2. It looks like widgets in Awesome WM. My plasmoid is highly and easily configurable and does not clutter your KDE system. Also this packages has an additional DataEngine written on CPP (old version was written on Python2).

+ +

Developers and contributors

+ + +

License

+ + +

Installation

+ +

Instruction

+ + +

Dependencies

+

I want note that all were tested on latest version of dependencies.

+ + +

Configuration

+ +

DataEngine configuration

+

You may edit DataEngine configuration. It is /usr/share/config/extsysmon.conf or $HOME/.kde4/share/config/extsysmon.conf depending on the type of installation. Uncomment needed line and edit it.

+ +

DataEngine options

+ + + + + + + + + + + + + + + + + +
GPUDEV

Set GPU device. May be nvidia (for nVidia), ati (for ATI Radeon), ignore or auto. Default is auto.

HDDDEV

Set block device for hddtemp comma separated or use all. Default is all.

MPDADDRESS

MPD host address. Default is localhost.

MPDPORT

MPD host port. Default is 6600.

+ +

Widget 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 do not may set to show $cpu in swap label for example. $cpu will work only in cpu label.

+

Available flags are in the table below.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Time label$time

Time in default format. For example, fri Nov 6 04:48:01 2013.

$isotime

Time in ISO format.

$shorttime

Time in short locale format.

$longtime

Time in long locale format.

Uptime label$uptime

System uptime, ---d--h--m.

CPU label$cpu

Total load CPU, %, -----.

$ccpu

Load CPU for each core, %, -----.

CPU clock label$cpucl

Average CPU clock, MHz, ----.

$ccpucl

CPU clock for each core, MHz, ----.

Temperature label$temp

Average temperature in system, °C, ----. Temperature device must be specified.

GPU label$gpu

GPU usage, %, -----. aticonfig or nvidia-smi must be installed.

GPU temperature label$gputemp

GPU temperature, °C, ----. aticonfig or nvidia-smi must be installed.

Memory label$mem

Memory usage, %, -----.

$memmb

Memory usage, MB, -----.

Swap label$swap

Swap usage, %, -----.

$swapmb

Swap usage, MB, -----.

HDD usage label@@/@@

mount point (/ in example) usage, %, -----. Separator for mount points list is ;, for example @@/;/home;/mnt/global@@

HDD temperature label@@/dev/sda@@

HDD (/dev/sda in example) temperature, °C, ----. hddtemp must be installed.

Network label$net

Download and upload speed, KB/s, ----/----.

@@eth0@@

Do not use automatic device definition, show only specified device (eth0 in example).

$netdev

Current network device.

Battery label$bat

Battery charge, %, ---. Battery device may be set below. File (/sys/class/power_supply/BAT0/capacity by default) must contain only battery charge in percent.

$ac

Status of AC device. Returns (*) if AC device is online or ( ) if offline. AC device may be set below. File (/sys/class/power_supply/AC/online by default) must contain 1 if AC is online.

Music player label$artist

Current song artist. One of supported music players must be installed.

$title

Current song title. One of supported music players must be installed.

+ + +

Screenshots

+

Widget:
+
+Configuration window::
+

+ +

Links

+ + +
+ +
+ + + + diff --git a/resources/preview/pytextmonitor_config_prev.jpg b/resources/preview/pytextmonitor_config_prev.jpg new file mode 100644 index 0000000..6494fce Binary files /dev/null and b/resources/preview/pytextmonitor_config_prev.jpg differ diff --git a/resources/preview/pytextmonitor_widget_prev.jpg b/resources/preview/pytextmonitor_widget_prev.jpg new file mode 100644 index 0000000..32ec74e Binary files /dev/null and b/resources/preview/pytextmonitor_widget_prev.jpg differ diff --git a/resources/screenshots/pytextmonitor_config.png b/resources/screenshots/pytextmonitor_config.png new file mode 100644 index 0000000..b675b2c Binary files /dev/null and b/resources/screenshots/pytextmonitor_config.png differ diff --git a/resources/screenshots/pytextmonitor_widget.png b/resources/screenshots/pytextmonitor_widget.png new file mode 100644 index 0000000..887b318 Binary files /dev/null and b/resources/screenshots/pytextmonitor_widget.png differ diff --git a/sitemap.xml b/sitemap.xml index 046cc69..e6b28fd 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -30,8 +30,16 @@ http://arcan1s.github.io/projects/git-etc.html 2014-01-12T11:33:16+00:00 + + http://arcan1s.github.io/projects/oblikuestrategies.html + 2014-01-12T11:33:16+00:00 + + + http://arcan1s.github.io/projects/pytextmonitor.html + 2014-01-12T11:33:16+00:00 + http://arcan1s.github.io/projects/queued.html 2014-01-12T11:33:16+00:00 - \ No newline at end of file +