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
This commit is contained in:
927589452 2019-07-30 08:26:31 +02:00 committed by GitHub
parent 44bc1ab287
commit b4acd7de6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,10 @@ In your i3wm configuration, modify the *status_command* for your i3bar like this
``` ```
bar { bar {
status_command <path to bumblebee-status/bumblebee-status> -m <list of modules> -p <list of module parameters> -t <theme> status_command <path to bumblebee-status/bumblebee-status> \
-m <list of modules> \
-p <list of module parameters> \
-t <theme>
} }
``` ```