]> git.sur5r.net Git - i3/i3/blobdiff - docs/i3bar-protocol
Added background and border keys to the i3bar protocol.
[i3/i3] / docs / i3bar-protocol
index 6cb04bf67bda4563917f05b504b7893f083318f8..3ae144536f22b0bd58872ac6446b89eea6833881 100644 (file)
@@ -136,6 +136,10 @@ color::
        when it is associated.
        Colors are specified in hex (like in HTML), starting with a leading
        hash sign. For example, +#ff0000+ means red.
+background::
+       Overrides the background color for this particular block.
+border::
+       Overrides the border color for this particular block.
 min_width::
        The minimum width (in pixels) of the block. If the content of the
        +full_text+ key take less space than the specified min_width, the block
@@ -207,6 +211,8 @@ An example of a block which uses all possible entries follows:
  "full_text": "E: 10.0.0.1 (1000 Mbit/s)",
  "short_text": "10.0.0.1",
  "color": "#00ff00",
+ "background": "#1c1c1c",
+ "border": "#ee0000",
  "min_width": 300,
  "align": "right",
  "urgent": false,