diff options
| author | kolunmi <kolunmi@tutanota.com> | 2023-02-16 11:09:53 -0700 |
|---|---|---|
| committer | kolunmi <kolunmi@tutanota.com> | 2023-02-16 11:09:53 -0700 |
| commit | cbd51a8c149d3de80907540cbfda4976337124b6 (patch) | |
| tree | a4e1d28bef14020eba14bacf6d2335a2c8fc960c /README.md | |
| parent | 9426460adfb7f41b5a05ae925b8cab7f81b7e6f8 (diff) | |
| download | dwlb-cbd51a8c149d3de80907540cbfda4976337124b6.tar.gz | |
add ability to disable status commands
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |