From 89aa3983bb0b14c866a76cd34250d8f3388d8110 Mon Sep 17 00:00:00 2001 From: sewn Date: Thu, 9 May 2024 18:38:57 +0000 Subject: [PATCH] Update bar --- bar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bar.md b/bar.md index 6ad238e..741aead 100644 --- a/bar.md +++ b/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)