From 3a13880b4cf0d6824f305321c4c8590f909c9f58 Mon Sep 17 00:00:00 2001
From: Michael Stapelberg
Date: Fri, 15 Mar 2013 22:31:42 +0100
Subject: [PATCH] conky-i3bar: use {"version":1} so that the script works with
i3 v4.2
---
docs/user-contributed/conky-i3bar.html.mako | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/user-contributed/conky-i3bar.html.mako b/docs/user-contributed/conky-i3bar.html.mako
index a3e86b5..7bccc90 100644
--- a/docs/user-contributed/conky-i3bar.html.mako
+++ b/docs/user-contributed/conky-i3bar.html.mako
@@ -42,7 +42,7 @@ home folder and the percentage of used RAM.
Here's a sample JSON text for achieving our goal:
-{ "version": 1 }
+{"version":1}
[
[].
@@ -77,7 +77,7 @@ The script is quite simple:
#!/bin/sh
# Send the header so that i3bar knows we want to use JSON:
-echo '{ "version": 1 }'
+echo '{"version":1}'
# Begin the endless array.
echo '['
--
2.39.5