]> git.sur5r.net Git - i3/i3/commit - i3bar/src/child.c
Added background and border keys to the i3bar protocol. 2025/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Thu, 22 Oct 2015 14:11:08 +0000 (16:11 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Thu, 22 Oct 2015 14:11:08 +0000 (16:11 +0200)
commita0add1ba7342bf17672fbfd2cdb3f87390c69b0b
treeeebade760c9170667c1475b2d79ef25b574aaa42
parent0425f488355ce0cddcbaa0e8f8e8687151e19261
Added background and border keys to the i3bar protocol.

This patch adds two new status block keys, background and border, which
define the respective colors for the status block. If not specified, the
current behavior is kept, e.g., no background / border will be drawn.

If the status block is marked urgent, the urgent color is prioritized.

fixes #2022
docs/i3bar-protocol
i3bar/include/common.h
i3bar/src/child.c
i3bar/src/xcb.c