Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,17 @@ some example configuratons in the `share/` directory.
You need to have the following things installed:

- [lemonbar](https://github.com/lemonboy/bar)
- [siji font](https://github.com/stark/siji)
- [herbstluftwm](https://github.com/herbstluftwm/herbstluftwm)
- conky (only if you want to use the conky widget)
- setuptools if installing via `setup.py`

Optional:

- [siji font](https://github.com/stark/siji) (default `symbol_font` used)
- [herbstluftwm](https://github.com/herbstluftwm/herbstluftwm) (for the `hlwm` integration)
- conky (to use the conky widget)
- setuptools (if installing via `setup.py`)
- pytz (if using `tz_name` for `widgets.DateTime`)
- python-xlib (to use the `trayer` integration)
- trayer (to use the `trayer` integration)
- playerctl (to use the `playerctl` integration)

## Usage in herbstluftwm
To install it type:
Expand Down