Fix icon spec url (#94)

This commit is contained in:
cake-duke
2025-11-12 22:31:49 +00:00
committed by GitHub
parent 9fa4b54a88
commit 2194c2f689

View File

@@ -37,7 +37,7 @@ impl Device {
Ok(())
}
// https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
// https://specifications.freedesktop.org/icon-naming/latest/
pub fn get_icon(name: &str) -> Option<String> {
match name {
"audio-card" => Some(String::from("󰓃")),