From e3e0cfa9123e753c7acb3706adaddfd6ee40a20e Mon Sep 17 00:00:00 2001 From: Yves Hoppe Date: Sat, 27 May 2017 12:48:02 +0200 Subject: [PATCH] [themes] Added icons for GitHub and Spotify --- themes/icons/ascii.json | 6 ++++++ themes/icons/awesome-fonts.json | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/themes/icons/ascii.json b/themes/icons/ascii.json index a104d6e..318c815 100644 --- a/themes/icons/ascii.json +++ b/themes/icons/ascii.json @@ -77,5 +77,11 @@ "shuffle-off": { "prefix": "[s]" }, "repeat-on": { "prefix": "R" }, "repeat-off": { "prefix": "[r]" } + }, + "github": { + "prefix": "github" + }, + "spotify": { + "prefix": "" } } diff --git a/themes/icons/awesome-fonts.json b/themes/icons/awesome-fonts.json index 91ee4b8..d65a72e 100644 --- a/themes/icons/awesome-fonts.json +++ b/themes/icons/awesome-fonts.json @@ -93,5 +93,11 @@ "shuffle-off": { "prefix": "" }, "repeat-on": { "prefix": "" }, "repeat-off": { "prefix": "" } - } + }, + "github": { + "prefix": "  " + }, + "spotify": { + "prefix": "  " + } }