Skip to content

Which file types have Nerd Font icons? #93

Discussion options

You must be logged in to vote

This is the list of icons names built into pls, each with its associated Nerd Fonts icon. (If you see just squares below, you will need to adjust your browser's monospace font.)

pls/src/config/conf.rs

Lines 41 to 75 in 5fc0373

// pls
"pls" => "", // nf-oct-primitive_dot
"missing" => "", // nf-cod-error
// Node types
"file" => "", // nf-fa-file
"dir" => "", // nf-fa-folder
"symlink" => "󰌹", // nf-md-link-variant
"fifo" => "󰟥", // nf-md-pipe
"socket" => "󰟨", // nf-md-power_socket_uk
"char_device" => "", // nf-fa-paragraph
"block_device" => "󰋊", // nf-md-harddisk
// Generic
"audio" => "󰓃", // nf-md-speaker
"book"

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@dhruvkb
Comment options

Answer selected by dhruvkb
Comment options

You must be logged in to vote
1 reply
@dhruvkb
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants