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": "  " + } }