From 8c45a63b4780ceb90f7098e625f5c1d2ab175f5c Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Fri, 21 Apr 2017 11:44:25 +0530 Subject: [PATCH] update ascii icons for traffic --- themes/icons/ascii.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/icons/ascii.json b/themes/icons/ascii.json index c50cbce..3e4a559 100644 --- a/themes/icons/ascii.json +++ b/themes/icons/ascii.json @@ -61,6 +61,7 @@ "day": { "prefix": "day" }, "night": { "prefix": "night" }, "transition": { "prefix": "trans" } } "traffic": { - "prefix": "traffic" + "down": { "prefix": "down"}, + "up": {"prefix": "up"} } }