Giter Site home page Giter Site logo

pydzen's Introduction

================================================
 pydzen (c)2008 Rico Schiekel ([email protected])
================================================

Overview
========
pydzen is a wrapper script around dzen, written in python, to easily create 
nice looking statusbars.


Installation
============
Copy the file 'pydzen.py' to a suitable directory like '/usr/local/bin/'
or '~/bin/'.

Next create a '.pydzen/' directory in your home and copy the file 'pydzenrc'
and the 'plugin/' directory into it.

Finally customize your 'pydzenrc' and the plugins like mentioned in the next
paragraph.

the shipped plugins need a relative new version of dzen. you can get it from
http://gotmor.googlepages.com/dzen.
at the moment, pydzen is tested with revision 215 from the subversion 
repository.


Configuration
=============
The 'pydzenrc' file contains all settings how your statusbar will look like.
Most of these settings are self-explanatory.

You can define new settings to use them in plugins by simply defining them
here.

Some of the plugins also need some tweaking, e.g. special paths or so.
This is done in the plugin files, 'cause I'm to lazy. So look for 'user config'
sections...


New Plugins
===========
A new plugin is simply a python file, which at least must define an update()
function.
This function must return correct dzen2 in-text formating strings, or None if
nothing should be displayed.

Plugins can import 'utils' and 'config' from the pydzen package to use the
current configuration and nice helper functions.

Take a look at the existing plugins to see this in use.


Bug Reports
===========
Send your bug reports and feature requests to <[email protected]>.


Patches
=======
If you do not have the repository yet download it via:
    > hg clone http://downgra.de/hg/pydzen

If you already have the repository please make sure you are using 
the current version:
    > hg pull
    > hg update
or
    > hg fetch

Now apply your changes (with the editor of you choice). Then commit your 
changes local via running:
    > hg commit -m "short description regarding your changes"

Finally send the patch via mercurials patchbomb extension, 
    > hg email -o -t [email protected]
or export your changes manualy (replace tip with -r?:? if needed):
    > hg export tip | mail -s "short description" [email protected]


License
=======
This program is under the terms of GPL (GNU General Public License).
see COPYING file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.