lowcase homedir

This commit is contained in:
Matt Nish-Lapidus 2025-06-22 23:40:17 -04:00
parent c7069c3b78
commit 706b07fd33
9 changed files with 76 additions and 59 deletions

View file

@ -149,3 +149,19 @@ rules = [
]
# : }}}
[icon]
dirs = [
{ name = ".config", text = "" },
{ name = ".git", text = "" },
{ name = "desktop", text = "" },
{ name = "documents", text = "" },
{ name = "downloads", text = "" },
{ name = "library", text = "" },
{ name = "movies", text = "" },
{ name = "music", text = "" },
{ name = "pictures", text = "" },
{ name = "sync", text = "" },
{ name = "videos", text = "" },
]