From cbe713c7a5ecd02f3164d4d6f5d68b66450a54f7 Mon Sep 17 00:00:00 2001 From: sewn Date: Tue, 16 Apr 2024 20:51:59 +0000 Subject: [PATCH] Update bar --- bar.md | 1 + 1 file changed, 1 insertion(+) diff --git a/bar.md b/bar.md index ddf7e59..05c7c93 100644 --- a/bar.md +++ b/bar.md @@ -20,6 +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` ### Authors - [sewn](https://codeberg.org/sewn)