From: Michael Stapelberg Date: Fri, 15 Mar 2013 21:31:42 +0000 (+0100) Subject: conky-i3bar: use {"version":1} so that the script works with i3 v4.2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3a13880b4cf0d6824f305321c4c8590f909c9f58;p=i3%2Fi3.github.io conky-i3bar: use {"version":1} so that the script works with i3 v4.2 --- 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 '['