From 8cbadb61604667b407b53ee1258433994fa4765a Mon Sep 17 00:00:00 2001 From: coasteen Date: Thu, 9 Jul 2026 10:42:28 +0330 Subject: init --- dwl/dwl-patches/patches/bar/README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100755 dwl/dwl-patches/patches/bar/README.md (limited to 'dwl/dwl-patches/patches/bar/README.md') diff --git a/dwl/dwl-patches/patches/bar/README.md b/dwl/dwl-patches/patches/bar/README.md new file mode 100755 index 0000000..4955753 --- /dev/null +++ b/dwl/dwl-patches/patches/bar/README.md @@ -0,0 +1,34 @@ +### Description + +Add a bar identical to dwm's bar. + +To use a status-bar, you can pass in status text via stdin: +``` +slstatus -s | dwl +``` + +### Dependencies +* tllist (build dependency, required & pulled automatically by fcft) +* fcft +* pixman + +### Download +- [main 2025-07-29](/dwl/dwl-patches/raw/branch/main/patches/bar/bar.patch) +- [0.7](/dwl/dwl-patches/raw/branch/main/patches/bar/bar-0.7.patch) +- [0.6](/dwl/dwl-patches/raw/branch/main/patches/bar/bar-0.6.patch) + +It is required to remove, regenerate or update `config.h` after applying the patch, +since it makes changes to the configuration structure. +For example, in the `pertag` patch, `TAGCOUNT` must be replaced with `LENGTH(tags)`. + +Below is a preview of the patch. + +![bar patch preview](bar.png) + +### Authors +- [sewn](https://codeberg.org/sewn) + +### Credits +- [MadcowOG](https://github.com/MadcowOG) +- [kolumni](https://github.com/kolunmi/dwlb) + -- cgit v1.2.3