aboutsummaryrefslogtreecommitdiff
path: root/release-notes
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 /release-notes
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 'release-notes')
-rw-r--r--release-notes/changes/2-text-alpha-channel1
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes/changes/2-text-alpha-channel b/release-notes/changes/2-text-alpha-channel
new file mode 100644
index 00000000..2ac7cb46
--- /dev/null
+++ b/release-notes/changes/2-text-alpha-channel
@@ -0,0 +1 @@
+colors now support an optional alpha value at the end (#rrggbbaa)