From 2fc41137f0a74963e18332963eafcd02320434ed Mon Sep 17 00:00:00 2001 From: wochap Date: Tue, 12 Mar 2024 18:26:35 +0000 Subject: [PATCH] Update borders --- borders.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/borders.md b/borders.md index f415880..ca00743 100644 --- a/borders.md +++ b/borders.md @@ -1,6 +1,42 @@ ### Description Adds 2 more borders to each side (top, bottom, left, right) of every window. +With the following config: + +```c +static const unsigned int borderpx = 9; /* border pixel of windows */ +static const unsigned int borderspx = 3; /* width of the border that start from outside the windows */ +static const unsigned int borderepx = 3; /* width of the border that start from inside the windows */ +``` + +
+and `border_color_type` set to `BrdOriginal`: +
+
+
+
+ +
+and `border_color_type` set to `BrdStart`: +
+
+
+
+ +
+and `border_color_type` set to `BrdEnd`: +
+
+
+
+ +
+and `border_color_type` set to `BrdStartEnd`: +
+
+
+
+ ### Download - [git branch](https://codeberg.org/wochap/dwl/src/branch/v0.5/borders) - [2024-03-12](https://codeberg.org/dwl/dwl-patches/raw/branch/main/borders/borders.patch)