From e339158aed469db5658413d7d9356be114d27468 Mon Sep 17 00:00:00 2001 From: Zero Rust Date: Sun, 17 May 2020 07:56:58 -0400 Subject: [PATCH] updating all icon sets for arandr icon --- themes/icons/ascii.json | 3 +++ themes/icons/awesome-fonts.json | 2 +- themes/icons/ionicons.json | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/themes/icons/ascii.json b/themes/icons/ascii.json index 01aff79..1913752 100644 --- a/themes/icons/ascii.json +++ b/themes/icons/ascii.json @@ -359,5 +359,8 @@ }, "hddtemp": { "prefix": "hddtemp" + }, + "arandr": { + "prefix": " displays " } } diff --git a/themes/icons/awesome-fonts.json b/themes/icons/awesome-fonts.json index ec1de9a..e660c1d 100644 --- a/themes/icons/awesome-fonts.json +++ b/themes/icons/awesome-fonts.json @@ -273,6 +273,6 @@ "prefix": " " }, "arandr": { - "prefix": " " + "prefix": "" } } diff --git a/themes/icons/ionicons.json b/themes/icons/ionicons.json index cf7813a..4b90133 100644 --- a/themes/icons/ionicons.json +++ b/themes/icons/ionicons.json @@ -193,6 +193,8 @@ "off": { "prefix": "\uf24f" }, "paused": { "prefix": "\uf210" }, "on": { "prefix": "\uf488" } + }, + "arandr": { + "prefix": "\uf465" } - }