1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00

fix(docs): No need to test config before using wrapper

The wrapper now redirects stderr to both file and stdout
which means that errors outputted in the pipe will be seen
This commit is contained in:
Michael Carlberg 2016-05-25 14:52:10 +02:00
parent d22bd48e8c
commit 034a3025e8

View file

@ -94,16 +94,8 @@ The following code will get you started:
# (where "example" is the name of the bar as defined by [bar/NAME] in the config)
$ lemonbuddy_wrapper.sh example
# When making changes to the configuration, make sure to try it out using
# only the lemonbuddy executable, before launching it with the wrapper:
$ lemonbuddy example
(Ctrl-C to terminate)
# "lemonbuddy_wrapper.sh" is just a simple shell script that takes care
# of redirecting the in-/output streams between "lemonbuddy" and "lemonbar".
# It should be considered experimental and needs more assertions, but if
# it the above command doesn't report any error it is generally safe to
# assume that the wrapper will launch the bar successfully as well.
~~~
**It is recommended** to always use `lemonbuddy_wrapper.sh` when launching the bars.