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 } ```