From 1c80a1b42d185850f50ba905d599a25278765cec Mon Sep 17 00:00:00 2001 From: brennop <38540987+brennop@users.noreply.github.com> Date: Wed, 2 Oct 2019 11:08:12 -0300 Subject: [PATCH] Add INPUT section Added a few words on documentation based on #212. --- README.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.pod b/README.pod index 2e09c49..91a4e6e 100644 --- a/README.pod +++ b/README.pod @@ -12,6 +12,12 @@ I [-h | -g IBIB<+>IB<+>I | -b | -d | -f I (formerly known as B) is a lightweight bar entirely based on XCB. Provides full UTF-8 support, basic formatting, RandR and Xinerama support and EWMH compliance without wasting your precious memory. +=head1 INPUT + +lemonbar won't display anything on its own. It needs input from stdin for displaying stuff. A simple example for showing "Hello World" on the bar would be + + echo "Hello World" | lemonbar -p + =head1 OPTIONS =over