mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-09-08 12:14:50 +00:00

Eliminated wiki. Individual patches have a README.md explanation in their own subdirectory. Simplified submission of new patches and maintenance of existing patches. Instructions page (README.md autodisplayed) is now at https://codeberg.org/dwl/dwl-patches/
918 B
918 B
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
Below is a preview of the barpadding and barborder patches applied.
For colors, they are in RRRR, GGGG, BBBB, AAAA
format due to inheriting the pixman_color_t
type, an example for the color 0x282a36
would be 0x2828, 0x2a2a, 0x3636, 0xffff