From 02c09b0540154a0c161bd69190490882dfd97d49 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 10 Aug 2022 14:25:02 +0900 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.