mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-15 16:57:08 +00:00
Improve default file icon
This commit is contained in:
parent
78ba0b8973
commit
f018e093c7
@ -185,10 +185,10 @@ fn icon(file: &File) -> char {
|
|||||||
"groovy" => '\u{e775}',
|
"groovy" => '\u{e775}',
|
||||||
"iso" => '\u{e271}',
|
"iso" => '\u{e271}',
|
||||||
"lock" => '\u{f023}',
|
"lock" => '\u{f023}',
|
||||||
_ => '\u{f15b}'
|
_ => '\u{f016}'
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
'\u{f15b}'
|
'\u{f016}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user