t-wissmann / barpyrus

A python wrapper for lemonbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

barpyrus

A python wrapper for lemonbar, targeting to herbstluftwm users.

This is basically a python3-rewrite of my panel.sh for herbstluftwm.

Configuration

The configuration is a python file and is located at ~/.config/barpyrus/config.py. There is no documentation yet, but you can find some example configuratons in the share/ directory.

Requirements

You need to have the following things installed:

Usage in herbstluftwm

To install it type:

# first back up your old panel.sh
mv -f ~/.config/herbstluftwm/panel.sh ~/.config/herbstluftwm/backup_panel.sh
# link barpyrus:
ln -s ~/path/to/barpyrus.py ~/.config/herbstluftwm/panel.sh

If you just want to have a quick look, you can run it directly:

./barpyrus.py

License

barpyrus is licensed under the simplified BSD license.

Examples

image

About

A python wrapper for lemonbar

License:Other


Languages

Language:Python 100.0%