aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkolunmi <kolunmi@tutanota.com>2023-02-16 11:09:53 -0700
committerkolunmi <kolunmi@tutanota.com>2023-02-16 11:09:53 -0700
commitcbd51a8c149d3de80907540cbfda4976337124b6 (patch)
treea4e1d28bef14020eba14bacf6d2335a2c8fc960c /README.md
parent9426460adfb7f41b5a05ae925b8cab7f81b7e6f8 (diff)
downloaddwlb-cbd51a8c149d3de80907540cbfda4976337124b6.tar.gz
add ability to disable status commands
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2674d84..be73766 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ dwl -s 'dwlb -font "monospace:size=16"'
Command options send instructions to existing instances of dwlb. All commands take at least one argument to specify a bar on which to operate. This may be zxdg_output_v1 name, "all" to affect all outputs, or "selected" for the current output.
### Status Text
-The `-status` command is used to write status text. The text may contain in-line color commands in the following format: `^fg/bg(HEXCOLOR)`. For example, `^fg(ff0000)` would set the foreground red. Colors can be reset by omitting the hex value. `^^` represents a single `^` character.
+The `-status` command is used to write status text. The text may contain in-line color commands in the following format: `^fg/bg(HEXCOLOR)`. For example, `^fg(ff0000)` would set the foreground red. Colors can be reset by omitting the hex value. `^^` represents a single `^` character. Color command functionality can be disabled with `-no-status-commands`.
## Other Options
Run `dwlb -h` for a full list of options.