music icons
parent
a001b122f0
commit
ef32374917
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue