i3statusbar
My code: "{ "fulltext" : "RAM: ${mem}" , "color" : ${ifmatch ${memperc}>80}"#aa1515"${else}${if_match ${memperc}>60}"#c9b400"${else}"#56944e"${endif}}, "
When the memperc is over 80% I got this red text in the bar: "Error: Could not parse JSON (parse error: after key and value, inside map, I except ',' or '}')"
What's wrong with my setup?