Merge pull request #571 from Trundle/adapt-icon-names-to-form-factors
pulseaudio: adapt icon names to form factors
This commit is contained in:
commit
414bf741f3
|
@ -176,11 +176,11 @@ void waybar::modules::Pulseaudio::serverInfoCb(pa_context *context, const pa_ser
|
||||||
}
|
}
|
||||||
|
|
||||||
static const std::array<std::string, 9> ports = {
|
static const std::array<std::string, 9> ports = {
|
||||||
"headphones",
|
"headphone",
|
||||||
"speaker",
|
"speaker",
|
||||||
"hdmi",
|
"hdmi",
|
||||||
"headset",
|
"headset",
|
||||||
"handsfree",
|
"hands-free",
|
||||||
"portable",
|
"portable",
|
||||||
"car",
|
"car",
|
||||||
"hifi",
|
"hifi",
|
||||||
|
|
Loading…
Reference in New Issue