diff --git a/src/bluetooth.rs b/src/bluetooth.rs index 1911bcc..5bc40d6 100644 --- a/src/bluetooth.rs +++ b/src/bluetooth.rs @@ -54,8 +54,9 @@ impl Device { "computer" => Some(String::from("")), "input-keyboard" => Some(String::from("󰌌")), "input-mouse" => Some(String::from("󰍽")), + "input-gaming" => Some(String::from("󰊴")), "phone" => Some(String::from("󰏲")), - _ => None, + _ => Some(String::from(" ")), } } }