Skip to content

Commit

Permalink
fix typo, add a link to nerdfonts cheat-sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Verevkin committed Feb 25, 2021
1 parent c03d3bc commit afe7867
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ lazy_static! {
"xrandr" => "\u{e31e}"
};

// Material an in NerdFont
// Material form NerdFont
// https://www.nerdfonts.com/cheat-sheet
pub static ref MATERIAL_NF: Map<String, String> = map_to_owned! {
"" => "",
"backlight_empty" => "\u{e38d}",
Expand Down

0 comments on commit afe7867

Please sign in to comment.