mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
40 lines
846 B
Markdown
40 lines
846 B
Markdown
|
---
|
||
|
name: Bug or Issue Report
|
||
|
about: Create a report to help us improve
|
||
|
|
||
|
---
|
||
|
|
||
|
## Describe the issue
|
||
|
*A clear and concise description of what the bug is.*
|
||
|
|
||
|
**Expected behavior:**
|
||
|
|
||
|
*A clear and concise description of what you expected to happen.*
|
||
|
|
||
|
**Actual behavior:**
|
||
|
|
||
|
*What actually happens*
|
||
|
|
||
|
## To Reproduce
|
||
|
*A minimal but complete config with which the problem occurs:*
|
||
|
```dosini
|
||
|
|
||
|
```
|
||
|
*List any other steps needed to reproduce the issue besides starting polybar with the config you posted above.*
|
||
|
|
||
|
## Polybar Log
|
||
|
*Post everything polybar outputs to the terminal when you run it and the issue occurs below*
|
||
|
```
|
||
|
|
||
|
```
|
||
|
|
||
|
## Screenshots
|
||
|
*If applicable, add screenshots to help explain your problem.*
|
||
|
|
||
|
## Environment:
|
||
|
* WM:
|
||
|
* Output of `polybar -vvv`:
|
||
|
|
||
|
## Additional context
|
||
|
*Add any other context that you think is necessary about the problem here.*
|