From 4a75d9e143cea3aeadc283508501753e5ef8a71c Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Wed, 17 Oct 2018 18:51:24 +0200 Subject: [PATCH] [doc] README: fix syntax of i3 sample config fixes #301 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ced7870..dbc1de3 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Example usage: ``` bar { - status_command = bumblebee-status -m cpu memory battery time pasink pasource -p time.format="%H:%M" -t solarized + status_command /bumblebee-status -m cpu memory battery time pasink pasource -p time.format="%H:%M" -t solarized } ``` @@ -64,7 +64,7 @@ In your i3wm configuration, modify the *status_command* for your i3bar like this ``` bar { - status_command = -m -p -t + status_command -m -p -t } ```