From 1cd8da788b341f035253b2f6f9761a3dd30c79d1 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Fri, 21 Apr 2017 10:55:00 +0530 Subject: [PATCH] add sensors prefix value to ascii icons --- themes/icons/ascii.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/icons/ascii.json b/themes/icons/ascii.json index c29c6d5..0457a52 100644 --- a/themes/icons/ascii.json +++ b/themes/icons/ascii.json @@ -59,5 +59,8 @@ }, "redshift": { "day": { "prefix": "day" }, "night": { "prefix": "night" }, "transition": { "prefix": "trans" } + }, + "sensors": { + "prefix": "sensors" } }