diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-06-13 13:09:43 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-06-13 13:09:43 +0200 |
| commit | 4f029aa5c7c484f3b74cf3b0b0a3f3800ef08026 (patch) | |
| tree | 11d6a2e09d6b88e61f4e8093b841a9aca2318538 /doc/riverctl.1 | |
| parent | 40c62577e199f1c38045b4b45b25032494b475ab (diff) | |
| download | river-4f029aa5c7c484f3b74cf3b0b0a3f3800ef08026.tar.gz river-4f029aa5c7c484f3b74cf3b0b0a3f3800ef08026.tar.xz | |
command: allow alpha in colors, simplify code
Diffstat (limited to 'doc/riverctl.1')
| -rw-r--r-- | doc/riverctl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/riverctl.1 b/doc/riverctl.1 index 2a0a523..0fa8dbb 100644 --- a/doc/riverctl.1 +++ b/doc/riverctl.1 @@ -170,9 +170,9 @@ List of valid options: .IP \(bu border_width (non-negative integer) .IP \(bu -border_color_focused (RGB hex code) +border_color_focused (RGB/RGBA hex code) .IP \(bu -border_color_unfocused (RGB hex code) +border_color_unfocused (RGB/RGBA hex code) .IP \(bu outer_padding (non-negative integer) |
