Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency list #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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