Update borders

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

@ -1,6 +1,11 @@
### Description
Adds 2 more borders to each side (top, bottom, left, right) of every window.
<details>
<summary>Preview</summary>
<pre>
With the following config:
```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 */
```
<details>
<summary>and `border_color_type` set to `BrdOriginal`:</summary>
<pre>
and `border_color_type` set to `BrdOriginal`:
<img src="https://i.imgur.com/msead2K.png"/>
</pre>
</details>
<details>
<summary>and `border_color_type` set to `BrdStart`:</summary>
<pre>
and `border_color_type` set to `BrdStart`:
<img src="https://i.imgur.com/ssgPG36.png"/>
</pre>
</details>
<details>
<summary>and `border_color_type` set to `BrdEnd`:</summary>
<pre>
and `border_color_type` set to `BrdEnd`:
<img src="https://i.imgur.com/i2Xtjy6.png"/>
</pre>
</details>
<details>
<summary>and `border_color_type` set to `BrdStartEnd`:</summary>
<pre>
and `border_color_type` set to `BrdStartEnd`:
<img src="https://i.imgur.com/fnkitdR.png"/>
</pre>
</details>