diff --git a/README.md b/README.md index 9b57ef8..ee793c7 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,10 @@ using an AUR package manager such as 0; println!( - " {group} ({bold}{blue}{id}{reset}) {bold}{green}{attach_sym}{reset}", - // value - attach_sym = if attached { "\u{F0339}" } else { "" }, + " {group} ({bold}{blue}{id}{reset}) {bold}{green}{attach}{reset}", + // values + attach = if attached { attach_symbol.clone() } else { "".to_string() }, // formatting bold = style::Bold, blue = color::Fg(color::Blue),