From 301a5f77b610724ce288ae249ee72fe9a0aa817f Mon Sep 17 00:00:00 2001 From: kolunmi Date: Tue, 7 Feb 2023 15:21:07 -0700 Subject: minor cleanup and update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7e00f2c..053b406 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,15 @@ make install ``` ## Usage +Pass `dwlb` as an argument to dwl's `-s` flag. This will populate each connected output with a bar. For example: ```bash -dwl -s dwlb +dwl -s 'dwlb -font "monospace:size=16"' ``` ## Status Text The `-status` option sends status text to existing instances of dwlb. This takes two arguments: a zxdg_output_v1 name (alternatively "all" to affect all outputs or "selected" for the current output) and the text itself. +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. + ## Other Options Run `dwlb -h` for a full list of options. -- cgit v1.2.3