Skip to content

Commit 80c1114

Browse files
authored
Add icon support for audio-headset devices (#66)
1 parent d209cd7 commit 80c1114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bluetooth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ impl Device {
4848
match name {
4949
"audio-card" => Some(String::from("󰓃")),
5050
"audio-input-microphone" => Some(String::from("")),
51-
"audio-headphones" => Some(String::from("󰋋")),
51+
"audio-headphones" | "audio-headset" => Some(String::from("󰋋")),
5252
"battery" => Some(String::from("󰂀")),
5353
"camera-photo" => Some(String::from("󰻛")),
5454
"computer" => Some(String::from("")),

0 commit comments

Comments
 (0)