From 13717d096c62343f95850984d28ec87ec5177f5c Mon Sep 17 00:00:00 2001 From: Arda Demir Date: Fri, 29 May 2020 01:21:58 +0300 Subject: [PATCH] Revert 'New amixer module with input support' for icons --- themes/icons/ascii.json | 8 -------- themes/icons/awesome-fonts.json | 4 ---- themes/icons/ionicons.json | 4 ---- 3 files changed, 16 deletions(-) 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" }