From 8da8ffd6c74f55b6d73aa594056d4ff573a7f8a9 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 4 Feb 2013 20:50:49 +0100 Subject: [PATCH] conky-i3bar: fix trailing comma (Thanks dangersalad) --- docs/user-contributed/conky-i3bar.html.mako | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} }], -] + -- 2.39.5