barpyrus
barpyrus copied to clipboard
A python wrapper for lemonbar
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:
- lemonbar
- siji font
- herbstluftwm
- conky (only if you want to use the conky widget)
- setuptools if installing via
setup.py
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.
