diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-30 15:09:59 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-30 15:09:59 -0700 |
| commit | 730c101c61d5458a10d33b976ed32dccb15d732d (patch) | |
| tree | 2f85a5725fa6c05ef9a2bcccca69ef2169fca5b6 /patches/bar/README.md | |
| parent | 9b11a49cb757b80f8589088b487b5f1e56643aa1 (diff) | |
Download bar patch
Diffstat (limited to 'patches/bar/README.md')
| -rw-r--r-- | patches/bar/README.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/patches/bar/README.md b/patches/bar/README.md new file mode 100644 index 0000000..5fedeeb --- /dev/null +++ b/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 2026-01-05](/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.
+
+
+
+### Authors
+- [sewn](https://codeberg.org/sewn)
+
+### Credits
+- [MadcowOG](https://github.com/MadcowOG)
+- [kolumni](https://github.com/kolunmi/dwlb)
+
|
