From b4acd7de6dc34240d63b7c55d1eed5995e7e984d Mon Sep 17 00:00:00 2001 From: 927589452 <927589452@users.noreply.github.com> Date: Tue, 30 Jul 2019 08:26:31 +0200 Subject: [PATCH] Update README.md Add line breaks in statuscommand example (this is officially supported in i3: https://i3wm.org/docs/userguide.html 4.31. ) this adds a great deal of readability to the config --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2f8d5e..04f02d6 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,10 @@ In your i3wm configuration, modify the *status_command* for your i3bar like this ``` bar { - status_command -m -p -t + status_command \ + -m \ + -p \ + -t } ```