Skip to main content

Simple wrapper for interact with Conky through live script, or generating Conky text file.

Project description

# Conky Util

Simple python package that provides tools for script that aims to run under
Conky context. Most of it has been generated using
[apiwriter.py](https://github.com/Faylixe/conkyutil/blob/master/apiwriter.py)
script, which extracts command from http://conky.sourceforge.net/variables.html
web page.

## Installation

Just use **pip** :

```bash
pip install conkyutil
```

## Usage

A ``ConkyWriter`` instance holds a stream and writes text and Conky command to
it. Based on fluent interface pattern, it could be used as following :

```python
from conkyutil.writer import ConkyWriter

writer = ConkyWriter()
writer.voffset(12).offset(12).color('red').write('Hellonky !').newline()
```

## Contribute

All contributions as suggestion as well are welcome, using this repository
issues page.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

conkyutil-0.2.tar.gz (26.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page