From ee995e80a38789b03bb994a9e3ac10db6609bf20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 25 Mar 2025 14:22:38 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(yazi):=20icons=20for=20xdg=20f?= =?UTF-8?q?olders=20in=20undercase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/yazi/theme.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.config/yazi/theme.toml b/.config/yazi/theme.toml index 9b66c2f6..f9408ae9 100644 --- a/.config/yazi/theme.toml +++ b/.config/yazi/theme.toml @@ -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"