Added icon to music module

This commit is contained in:
2025-05-11 20:22:13 -07:00
parent b7f83b4810
commit b8b0afd945
2 changed files with 18 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ impl Unibar {
}
// Print parts provided by each module
println!("{}", parts.join(" | "));
println!("{}", parts.join(" "));
}
// --------------------