From dcb8e6ff14d27b40aab6cf9ffe69aed2c83fcdd7 Mon Sep 17 00:00:00 2001 From: A Frederick Christensen Date: Mon, 1 Jan 2024 05:34:19 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8fff00..5eb931c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ This repository and the associated wiki is exclusively for dwl PATCHES. ## Patching Since dwl follows [suckless] philosophy it doesn't provide every feature under the sun. To broaden dwl's functionality, one needs to get familiar with the concept of patching. To get your feet wet, consult [the hacking page] of the suckless website. Once you're ready to customize your build, proceed to the [dwl-patches wiki][wiki] which contains a categorized listing and a searchable sidebar index of all available patches. -**Note**: these external patches are user-submitted content, and the authors of dwl cannot monitor them. Please download and review a patch before using it! +Since dwl is still taking shape, patches may need to be updated after larger changes to the code. Feel free to contribute updated versions! + +**Note**: these external patches are user-submitted content, and the authors of dwl cannot monitor them. Please download and review a patch before using it! + +## Compatible status bars ## Creating Patches 1. Create a [Codeberg] account and fork the [dwl] repository.