feat(yazi): icons for xdg folders in undercase

This commit is contained in:
Sergio Laín 2025-03-25 14:22:38 +01:00
parent 7517a5e50c
commit ee995e80a3
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -1,4 +1,14 @@
"$schema" = "https://yazi-rs.github.io/schemas/theme.json"
[icon]
prepend_dirs = [
{ name = "desktop", text = "" },
{ name = "dev", text = "" },
{ name = "documents", text = "" },
{ name = "downloads", text = "" },
{ name = "music", text = "" },
{ name = "games", text = "󰊴" },
{ name = "pictures", text = "" },
{ name = "videos", text = "" },
]
[flavor]
use = "catppuccin-macchiato"