]> git.sur5r.net Git - i3/i3.github.io/commitdiff
conky-i3bar: fix trailing comma (Thanks dangersalad)
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 4 Feb 2013 19:50:49 +0000 (20:50 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 4 Feb 2013 19:50:49 +0000 (20:50 +0100)
docs/user-contributed/conky-i3bar.html.mako

index 4638e3b60788693586f4195643512d120a1a5a0a..a3e86b57a0f6680c5c6661f2291bb3c53836fc16 100644 (file)
@@ -149,8 +149,8 @@ TEXT
 
 # JSON for i3bar
 <%text filter="h">
- [{ "full_text" : "Home ${fs_free /home} Free" , "color" : "\#ffffff" } , 
+ [{ "full_text" : "Home ${fs_free /home} Free" , "color" : "\#ffffff" },
   { "full_text" : "RAM ${memperc}%" , "color" :
-    ${if_match ${memperc}<90}"\#ffffff"${else}"\#ff0000"${endif} } , 
+    ${if_match ${memperc}<90}"\#ffffff"${else}"\#ff0000"${endif} }],
 </%text>
-]</tt></pre>
+</tt></pre>