From: lasers Date: Thu, 28 Mar 2019 16:42:09 +0000 (-0500) Subject: docs/i3bar-protocol: add markup to all possible entries example X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=commitdiff_plain;h=ae16a55616b39d68f9afb6f07a6fab87d6b13b36 docs/i3bar-protocol: add markup to all possible entries example --- diff --git a/docs/i3bar-protocol b/docs/i3bar-protocol index 826cae53..10ee795b 100644 --- a/docs/i3bar-protocol +++ b/docs/i3bar-protocol @@ -221,7 +221,8 @@ An example of a block which uses all possible entries follows: "name": "ethernet", "instance": "eth0", "separator": true, - "separator_block_width": 9 + "separator_block_width": 9, + "markup": "none" } ------------------------------------------