diff --git a/README.md b/README.md index ca1d8fc..5a0801c 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,13 @@ Put the following in your `~/.config/sway/config`: # A "built-in" for "acpi -b" is available, and can be activated with the # --acpi-builtin flag: - status_command $HOME/.config/sway/swaybar_info --acpi-builtin + + #status_command $HOME/.config/sway/swaybar_info --acpi-builtin # One can use the "--regex-cmd=[SPLIT][SPLIT]" option like so: - status_command $HOME/.config/sway/swaybar_info --regex-cmd="acpi[SPLIT]-b[SPLIT][0-9]+%.*" + + #status_command $HOME/.config/sway/swaybar_info --regex-cmd="acpi[SPLIT]-b[SPLIT][0-9]+%.*" + # This example gets battery info into the bar. # Multiple args should be separated with "[SPLIT]". # Note that the portion is optional.