From e98fdc126a7282003c579a9447975e2edb7c2f86 Mon Sep 17 00:00:00 2001 From: sewn Date: Tue, 20 Feb 2024 18:32:11 +0000 Subject: [PATCH] Add bar --- bar.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bar.md diff --git a/bar.md b/bar.md new file mode 100644 index 0000000..c100413 --- /dev/null +++ b/bar.md @@ -0,0 +1,19 @@ +### 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 +``` + +### Download +- [git branch](https://codeberg.org/sewn/dwl/src/branch/bar) +- [2024-02-20](https://codeberg.org/dwl/dwl-patches/raw/branch/main/bar/bar.patch) + +### Authors +- [sewn](https://codeberg.org/sewn) + +### Credits +- [MadcowOG](https://github.com/MadcowOG) +- [kolumni](github.com/kolunmi/dwlb) \ No newline at end of file