Skip to content
Discussion options

You must be logged in to vote

Yes, you can override the Entity:icon method in your init.lua to remove all icon styles (files, folders, links, etc.):

function Entity:icon()
  local icon = self._file:icon()
  if not icon then
    return ""
  else
    return icon.text .. " "
  end
end

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@careb0t
Comment options

@sxyazi
Comment options

@careb0t
Comment options

@sxyazi
Comment options

Answer selected by careb0t
@careb0t
Comment options

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