Update bar

sewn 2024-05-09 18:38:57 +00:00
parent ac13a917b3
commit 89aa3983bb

2
bar.md

@ -20,7 +20,7 @@ Below is a preview of the barpadding and barborder patches applied.
![bar, barpadding and border patch preview](bar-with-barpadding-and-border.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 `2828, 2a2a, 3636, ffff`
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
- [sewn](https://codeberg.org/sewn)