From cbd51a8c149d3de80907540cbfda4976337124b6 Mon Sep 17 00:00:00 2001 From: kolunmi Date: Thu, 16 Feb 2023 11:09:53 -0700 Subject: add ability to disable status commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3