aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@users.noreply.github.com>2022-11-06 12:43:37 +0100
committerGitHub <noreply@github.com>2022-11-06 12:43:37 +0100
commit9e3a9e82251d7440ae00ff9eace3a87b62594462 (patch)
tree540c82e48b3926d07155e7937e210e83435bca0b /docs
parentc8fd8eff2177a7dd2e30bfb2eaa4635cc768fd82 (diff)
downloadi3-9e3a9e82251d7440ae00ff9eace3a87b62594462.tar.gz
i3-9e3a9e82251d7440ae00ff9eace3a87b62594462.zip
Allow text drawing to use the alpha channel. (#5246)
This is the last remaining diff from the i3-gaps tree. related to https://github.com/i3/i3/issues/3724 Tested using the following config with picom: bar { i3bar_command i3bar -t status_command i3status colors { # fully transparent text on opaque background: statusline #ffffff00 background #000000ff } }
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/userguide b/docs/userguide
index 0eee863b..6acd3455 100644
--- a/docs/userguide
+++ b/docs/userguide
@@ -1144,7 +1144,8 @@ client.background::
which do not cover the whole area of this window expose the color. Note
that this colorclass only takes a single color.
-Colors are in HTML hex format (#rrggbb), see the following example:
+Colors are in HTML hex format (#rrggbb, optionally #rrggbbaa), see the following
+example:
*Examples (default colors)*:
----------------------------------------------------------------------
@@ -1996,8 +1997,8 @@ bar {
=== Colors
-As with i3, colors are in HTML hex format (#rrggbb). The following colors can
-be configured at the moment:
+As with i3, colors are in HTML hex format (#rrggbb, optionally #rrggbbaa). The
+following colors can be configured at the moment:
background::
Background color of the bar.