mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
readme: Add contributing guideline
This commit is contained in:
parent
0b67f67440
commit
f28de58134
1 changed files with 6 additions and 8 deletions
14
README.md
14
README.md
|
@ -27,17 +27,11 @@ Here are a few screenshots showing you what it can look like:
|
||||||
|
|
||||||
You can find polybar configs for these example images (and other configs) [here](https://github.com/jaagr/dots/tree/master/.local/etc/themer/themes).
|
You can find polybar configs for these example images (and other configs) [here](https://github.com/jaagr/dots/tree/master/.local/etc/themer/themes).
|
||||||
|
|
||||||
|
|
||||||
**If you need help**, check out the [Support](SUPPORT.md) page.
|
|
||||||
|
|
||||||
Please report any bugs you find by [creating an issue ticket](https://github.com/polybar/polybar/issues/new/choose) here on GitHub.
|
|
||||||
Make sure you include steps on how to reproduce it.
|
|
||||||
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
* [Introduction](#introduction)
|
* [Introduction](#introduction)
|
||||||
* [Getting Help](#getting-help)
|
* [Getting Help](#getting-help)
|
||||||
|
* [Contributing](#contributing)
|
||||||
* [Getting started](#getting-started)
|
* [Getting started](#getting-started)
|
||||||
* [Installation](#installation)
|
* [Installation](#installation)
|
||||||
* [Configuration](#configuration)
|
* [Configuration](#configuration)
|
||||||
|
@ -56,7 +50,7 @@ Some of the services included so far:
|
||||||
- Systray icons
|
- Systray icons
|
||||||
- Window title
|
- Window title
|
||||||
- Playback controls and status display for [MPD](https://www.musicpd.org/) using [libmpdclient](https://www.musicpd.org/libs/libmpdclient/)
|
- Playback controls and status display for [MPD](https://www.musicpd.org/) using [libmpdclient](https://www.musicpd.org/libs/libmpdclient/)
|
||||||
- [ALSA](https://www.alsa-project.org/main/index.php/Main_Page) volume controls
|
- [ALSA](https://www.alsa-project.org/main/index.php/Main_Page) and [PulseAudio](https://www.freedesktop.org/wiki/Software/PulseAudio/) volume controls
|
||||||
- Workspace and desktop panel for [bspwm](https://github.com/baskerville/bspwm) and [i3](https://github.com/i3/i3)
|
- Workspace and desktop panel for [bspwm](https://github.com/baskerville/bspwm) and [i3](https://github.com/i3/i3)
|
||||||
- Workspace module for [EWMH compliant](https://specifications.freedesktop.org/wm-spec/wm-spec-1.3.html#idm140130320786080) window managers
|
- Workspace module for [EWMH compliant](https://specifications.freedesktop.org/wm-spec/wm-spec-1.3.html#idm140130320786080) window managers
|
||||||
- Keyboard layout and indicator status
|
- Keyboard layout and indicator status
|
||||||
|
@ -77,6 +71,10 @@ Some of the services included so far:
|
||||||
|
|
||||||
If you find yourself stuck, have a look at our [Support](SUPPORT.md) page for resources where you can find help.
|
If you find yourself stuck, have a look at our [Support](SUPPORT.md) page for resources where you can find help.
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
Read our [contributing guidelines](CONTRIBUTING.md) for how to get started with contributing to polybar.
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
<a href="https://repology.org/metapackage/polybar">
|
<a href="https://repology.org/metapackage/polybar">
|
||||||
|
|
Loading…
Reference in a new issue