]> git.sur5r.net Git - i3/i3.github.io/commitdiff
conky-i3bar: use {"version":1} so that the script works with i3 v4.2
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 15 Mar 2013 21:31:42 +0000 (22:31 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 15 Mar 2013 21:31:42 +0000 (22:31 +0100)
docs/user-contributed/conky-i3bar.html.mako

index a3e86b57a0f6680c5c6661f2291bb3c53836fc16..7bccc90575ed6a527a76e1a520c3439312f4515c 100644 (file)
@@ -42,7 +42,7 @@ home folder and the percentage of used RAM.
 Here's a sample JSON text for achieving our goal:
 </p>
 
-<pre><tt>{ "version": 1 }
+<pre><tt>{"version":1}
 [
  [].
 
@@ -77,7 +77,7 @@ The script is quite simple:
 <pre><tt>#!/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 '['