mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-09-10 05:04:51 +00:00
32 lines
819 B
Markdown
32 lines
819 B
Markdown
### 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
|
|
- [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))
|
|
|
|
Below is a preview of the patch.
|
|
|
|

|
|
|
|
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`
|
|
|
|
### Authors
|
|
- [sewn](https://codeberg.org/sewn)
|
|
|
|
### Credits
|
|
- [MadcowOG](https://github.com/MadcowOG)
|
|
- [kolumni](https://github.com/kolunmi/dwlb)
|
|
|