diff --git a/src/ui/statusbar.rs b/src/ui/statusbar.rs index bd554c7..6531a37 100644 --- a/src/ui/statusbar.rs +++ b/src/ui/statusbar.rs @@ -46,8 +46,8 @@ impl StatusBar { .unwrap_or(false); const NF_PLAY: &str = "\u{f909} "; - const NF_PAUSE: &str = "\u{f909} "; - const NF_STOP: &str = "\u{f909} "; + const NF_PAUSE: &str = "\u{f8e3} "; + const NF_STOP: &str = "\u{f9da} "; let indicators = match (nerdfont, flipped) { (false, false) => ("▶ ", "▮▮", "◼ "), (false, true) => ("▮▮", "▶ ", "▶ "),