summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasdfasdf <67588957+asdf8dfafjk@users.noreply.github.com>2024-04-17 14:28:27 +0530
committerGitHub <noreply@github.com>2024-04-17 14:28:27 +0530
commitf8dacb33bfc57dc544883d795de8cd386cb3349d (patch)
tree891802387b537a7f638d0a39b256f9034c4c7730
parent306c504ae46fe1d003772a0009afca624d3118dc (diff)
Update icons.md
-rw-r--r--website/docs/icons.md11
1 files changed, 1 insertions, 10 deletions
diff --git a/website/docs/icons.md b/website/docs/icons.md
index d027442..49dc868 100644
--- a/website/docs/icons.md
+++ b/website/docs/icons.md
@@ -89,15 +89,6 @@ Double click the `vscode.ttf` file icon and click on "Install font".
## FAQ
-**Q:** I don't see icons for my favourite common file type.
-
-**A:** There could be three reasons why you don't see your file type icon
-
-1. Check if your font was setup correctly. See [Installation](icons.md#minstallation) and #checking the font
-2. The iconset is limited by available nerdfont icons. Some icons simply don't exist as of yet.
- Eg. a vite or prettier icon. You can find available icons in the nerdfont [cheat-sheet](https://www.nerdfonts.com/cheat-sheet)
-3. If both of those are true and you think you found an icon we mapped wrong or is missing, we welcome your contribution! Send us a message in the [Miaou chat](https://miaou.dystroy.org/3490?broot) or create a pull request
-
**Q:** Why does broot show a generic icon for this very common file type?
**A:** The icon mappings aren't complete. You can help out very easily without any coding knowledge. Go to the github [repository](https://github.com/Canop/broot/tree/main/resources/icons). Enter the directory corresponding to your theme. Inside `data`, edit `extension_to_icon_name_map.rs` and add a line corresponding to your extension. The first field would be the extensions you would like, and the second field should be referred from `icon_name_to_icon_code_point_map.rs`. Submit a PR.
@@ -111,7 +102,7 @@ To get started, have a look at look at the resources/icons/nerdfont directory an
**Q:** Why isn't the icon mapping configurable?
-**A:** For performance reasons, icon mapping is hardcoded. If this looks like a problem, please come and chat with us.
+**A:** For performance reasons, icon mapping is hardcoded. If this looks like a problem, please come and chat with us on miaou.
**Q:** How do I remap in nerdfont?