Update borders

wochap 2024-03-12 19:20:01 +00:00
parent 453119e23d
commit 6cff615f82

@ -1,6 +1,11 @@
### Description ### Description
Adds 2 more borders to each side (top, bottom, left, right) of every window. Adds 2 more borders to each side (top, bottom, left, right) of every window.
<details>
<summary>Preview</summary>
<pre>
With the following config: With the following config:
```c ```c
@ -9,30 +14,16 @@ static const unsigned int borderspx = 3; /* width of the border that sta
static const unsigned int borderepx = 3; /* width of the border that start from inside the windows */ static const unsigned int borderepx = 3; /* width of the border that start from inside the windows */
``` ```
<details> and `border_color_type` set to `BrdOriginal`:
<summary>and `border_color_type` set to `BrdOriginal`:</summary>
<pre>
<img src="https://i.imgur.com/msead2K.png"/> <img src="https://i.imgur.com/msead2K.png"/>
</pre>
</details>
<details> and `border_color_type` set to `BrdStart`:
<summary>and `border_color_type` set to `BrdStart`:</summary>
<pre>
<img src="https://i.imgur.com/ssgPG36.png"/> <img src="https://i.imgur.com/ssgPG36.png"/>
</pre>
</details>
<details> and `border_color_type` set to `BrdEnd`:
<summary>and `border_color_type` set to `BrdEnd`:</summary>
<pre>
<img src="https://i.imgur.com/i2Xtjy6.png"/> <img src="https://i.imgur.com/i2Xtjy6.png"/>
</pre>
</details>
<details> and `border_color_type` set to `BrdStartEnd`:
<summary>and `border_color_type` set to `BrdStartEnd`:</summary>
<pre>
<img src="https://i.imgur.com/fnkitdR.png"/> <img src="https://i.imgur.com/fnkitdR.png"/>
</pre> </pre>
</details> </details>