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