music icons

main
The_miro 2024-12-25 17:28:04 +01:00
parent a001b122f0
commit ef32374917
2 changed files with 14 additions and 0 deletions

View File

@ -34,8 +34,12 @@ truncation_symbol = "…/"
"Documents" = "󰈙 " "Documents" = "󰈙 "
"Downloads" = " " "Downloads" = " "
"Music" = " " "Music" = " "
"music" = " "
"Musik" = " "
"musik" = " "
"Pictures" = " " "Pictures" = " "
# Keep in mind that the order matters. For example: # Keep in mind that the order matters. For example:
# "Important Documents" = " 󰈙 " # "Important Documents" = " 󰈙 "
# will not be replaced, because "Documents" was already substituted before. # will not be replaced, because "Documents" was already substituted before.

View File

@ -32,3 +32,13 @@ rules = [
[input] [input]
border = { fg = "#5018dd"} border = { fg = "#5018dd"}
[icon] [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" },
]