feat(yazi): add custom dir icons

This commit is contained in:
Sergio Laín 2024-08-01 14:14:45 +02:00
parent 2feafe9d2d
commit 6a50ef107f
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -115,3 +115,23 @@ rules = [
{ name = "*", fg = "#cad3f5" },
{ name = "*/", fg = "#8aadf4" },
]
[icon]
dirs = [
{ name = ".config", text = "" },
{ name = ".git", text = "" },
{ name = ".github", text = "" },
{ name = "Desktop", text = "" },
{ name = "Repos", text = "" },
{ name = "Documents", text = "" },
{ name = "Downloads", text = "" },
{ name = "Library", text = "" },
{ name = "Obsidian", text = "󰠮" },
{ name = "Games", text = "" },
{ name = "Movies", text = "" },
{ name = "Music", text = "" },
{ name = "Pictures", text = "" },
{ name = "Public", text = "" },
{ name = "Templates", text = "" },
{ name = "Videos", text = "" },
]