Skip to content

t-wissmann/barpyrus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages