Merge pull request #638 from ardadem/pr-revert

Revert 'New amixer module with input support' for icons
This commit is contained in:
tobi-wan-kenobi 2020-05-29 11:07:40 +02:00 committed by GitHub
commit c2ec379c52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 16 deletions

View file

@ -72,14 +72,6 @@
"prefix": "audio"
}
},
"amixer2": {
"muted": {
"prefix": "audio(mute)"
},
"unmuted": {
"prefix": "audio"
}
},
"pasource": {
"muted": {
"prefix": "mic(mute)"

View file

@ -73,10 +73,6 @@
"muted": { "prefix": "" },
"unmuted": { "prefix": "" }
},
"amixer2": {
"muted": { "prefix": "" },
"unmuted": { "prefix": "" }
},
"pasource": {
"muted": { "prefix": "" },
"unmuted": { "prefix": "" }

View file

@ -55,10 +55,6 @@
"muted": { "prefix": "\uf3b9" },
"unmuted": { "prefix": "\uf3ba" }
},
"amixer2": {
"muted": { "prefix": "\uf3b9" },
"unmuted": { "prefix": "\uf3ba" }
},
"pasource": {
"muted": { "prefix": "\uf395" },
"unmuted": { "prefix": "\uf2ec" }