diff --git a/themes/icons/ascii.json b/themes/icons/ascii.json index ab045bb..1913752 100644 --- a/themes/icons/ascii.json +++ b/themes/icons/ascii.json @@ -72,14 +72,6 @@ "prefix": "audio" } }, - "amixer2": { - "muted": { - "prefix": "audio(mute)" - }, - "unmuted": { - "prefix": "audio" - } - }, "pasource": { "muted": { "prefix": "mic(mute)" diff --git a/themes/icons/awesome-fonts.json b/themes/icons/awesome-fonts.json index b08ccf5..e660c1d 100644 --- a/themes/icons/awesome-fonts.json +++ b/themes/icons/awesome-fonts.json @@ -73,10 +73,6 @@ "muted": { "prefix": "" }, "unmuted": { "prefix": "" } }, - "amixer2": { - "muted": { "prefix": "" }, - "unmuted": { "prefix": "" } - }, "pasource": { "muted": { "prefix": "" }, "unmuted": { "prefix": "" } diff --git a/themes/icons/ionicons.json b/themes/icons/ionicons.json index f23ee77..4b90133 100644 --- a/themes/icons/ionicons.json +++ b/themes/icons/ionicons.json @@ -55,10 +55,6 @@ "muted": { "prefix": "\uf3b9" }, "unmuted": { "prefix": "\uf3ba" } }, - "amixer2": { - "muted": { "prefix": "\uf3b9" }, - "unmuted": { "prefix": "\uf3ba" } - }, "pasource": { "muted": { "prefix": "\uf395" }, "unmuted": { "prefix": "\uf2ec" }