From: Michael Stapelberg Date: Mon, 4 Feb 2013 19:50:49 +0000 (+0100) Subject: conky-i3bar: fix trailing comma (Thanks dangersalad) X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8da8ffd6c74f55b6d73aa594056d4ff573a7f8a9;p=i3%2Fi3.github.io conky-i3bar: fix trailing comma (Thanks dangersalad) --- diff --git a/docs/user-contributed/conky-i3bar.html.mako b/docs/user-contributed/conky-i3bar.html.mako index 4638e3b..a3e86b5 100644 --- a/docs/user-contributed/conky-i3bar.html.mako +++ b/docs/user-contributed/conky-i3bar.html.mako @@ -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} }], -] +