LemonBoy / bar

A featherweight, lemon-scented, bar based on xcb
MIT License
1.61k stars 194 forks source link

Documentation incomplete: stdin is never mentioned #212

Closed danr closed 3 years ago

danr commented 6 years ago

The documentation in README.md and in the manpage does not explain that the contents of the bar is populated via stdin.

Examples are also missing. Simple example to get one going like these would be helpful:

while true; do date; done | lemonbar
cat /etc/hostname | lemonbar -p
LemonBoy commented 6 years ago

I guess the README.pod could use some love, feel free to add a INPUT section with a few words about picking the input from stdin and send a PR :)

aeosynth commented 5 years ago

an example of font format would be nice as well, since the xft format can't be used