From ae16a55616b39d68f9afb6f07a6fab87d6b13b36 Mon Sep 17 00:00:00 2001 From: lasers Date: Thu, 28 Mar 2019 11:42:09 -0500 Subject: [PATCH] docs/i3bar-protocol: add markup to all possible entries example --- docs/i3bar-protocol | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } ------------------------------------------