Compare commits

..

No commits in common. "a4339302915a0e672d49f7d78a4ced7328fcbcbd" and "6b39eef5b2969bf1c4165f43cb312683abfde345" have entirely different histories.

View File

@ -13,17 +13,15 @@ slstatus -s | dwl
* pixman * pixman
### Download ### Download
- [0.7](/dwl/dwl-patches/raw/branch/main/patches/bar/bar-0.7.patch) - [0.7](/dwl/dwl-patches/raw/branch/main/patches/bar/bar-0.7.patch))
- [0.6](/dwl/dwl-patches/raw/branch/main/patches/bar/bar-0.6.patch) - [0.6](/dwl/dwl-patches/raw/branch/main/patches/bar/bar-0.6.patch))
It is required to remove, regenerate or update `config.h` after applying the patch,
since it makes changes to the configuration structure.
For example, in the `pertag` patch, `TAGCOUNT` must be replaced with `LENGTH(tags)`.
Below is a preview of the patch. Below is a preview of the patch.
![bar patch preview](bar.png) ![bar patch preview](bar.png)
For colors, they are in `RRRR, GGGG, BBBB, AAAA` format due to inheriting the `pixman_color_t` type, an example for the color `0x282a36` would be `0x2828, 0x2a2a, 0x3636, 0xffff`
### Authors ### Authors
- [sewn](https://codeberg.org/sewn) - [sewn](https://codeberg.org/sewn)