From ef323749175a245ac45d2871a111d9adc365e077 Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 25 Dec 2024 17:28:04 +0100 Subject: [PATCH] music icons --- starship.toml | 4 ++++ yazi/theme.toml | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/starship.toml b/starship.toml index cfe67e2..53aa868 100644 --- a/starship.toml +++ b/starship.toml @@ -34,8 +34,12 @@ truncation_symbol = "…/" "Documents" = "󰈙 " "Downloads" = " " "Music" = " " +"music" = " " +"Musik" = " " +"musik" = " " "Pictures" = " " + # Keep in mind that the order matters. For example: # "Important Documents" = " 󰈙 " # will not be replaced, because "Documents" was already substituted before. diff --git a/yazi/theme.toml b/yazi/theme.toml index 6577655..ecb25e6 100644 --- a/yazi/theme.toml +++ b/yazi/theme.toml @@ -32,3 +32,13 @@ rules = [ [input] border = { fg = "#5018dd"} [icon] +prepend_dirs = [ + { name = "desktop", text = "", fg = "#5018dd" }, + { name = "Music", text = "", fg = "#5018dd"}, + { name = "Musik", text = "", fg = "#5018dd"}, + { name = "music", text = "", fg = "#5018dd"}, + { name = "musik", text = "", fg = "#5018dd"} +] +append_exts = [ + { name = "mp3", text = "", fg = "#5018dd" }, +]