Patrick Ziegler
Patrick Ziegler
I am maintaining polybar and have over time had many people mention that after polybar is killed, bspwm leaves a gap where the bar was. It looks to me that...
The old way causes issues with plugins that only support python3 Just calling `has('python')` will make vim load python2 (if it hasn't already loaded a python version). So if the...
### Description I keep my ctags inside the `.git` folder of my repos to not clutter up the source tree. For that I generate my tags with `ctags --tag-relative -f...
This plugin is really neat! :smiley: One thing I cannot get to work is the way files are color coded depending on the type of "file" and its permissions when...
### Discussed in https://github.com/polybar/polybar/discussions/2771 Originally posted by **beyond9thousand** July 21, 2022 Would love to be able to assign different colors to different hooks in a custom IPC module --- That...
## What type of PR is this? (check all applicable) * [x] Refactor * [ ] Feature * [x] Bug Fix * [ ] Optimization * [ ] Documentation Update...
I already elaborated on this in https://github.com/polybar/polybar/issues/2405#issuecomment-809272880 but it deserves its own issue(s) If possible, any module that requires some kind of hardware information (e.g. network interface name) should auto-detect...
### Discussed in https://github.com/polybar/polybar/discussions/2768 Originally posted by **patrick96** July 16, 2022 Polybar's struts can cover entire monitors if polybar is placed on a monitor that is in the middle of...
With #2595 being merged, there are a few steps to make the tray module stable. The goal is to completely deprecate positioning the tray without a module (and all `tray-*`...
If you want to create a polybar package for your distro, please read [this page](https://polybar.readthedocs.io/en/latest/dev/packaging.html) in our documentation. If you are already maintaining a polybar package in some distro, please...