Skip to content

Commit

Permalink
Better folder icons - Downloads, Pictures, Music
Browse files Browse the repository at this point in the history
  • Loading branch information
Babkock committed Oct 6, 2023
1 parent 5f8143e commit 4f23c97
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/theme/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ impl IconTheme {
("doc", "\u{f02d}"), // ""
("documents", "\u{f02d}"), // ""
(".doom.d", "\u{e632}"), // ""
("downloads", "\u{f498}"), // ""
("downloads", "\u{f024d}"), // "󰉍"
(".ds_store", "\u{f179}"), // ""
(".editorconfig", "\u{e615}"), // ""
(".emacs.d", "\u{e632}"), // ""
Expand All @@ -192,7 +192,7 @@ impl IconTheme {
(".gitlab-ci.yml", "\u{f296}"), // ""
(".gitmodules", "\u{f1d3}"), // ""
(".git", "\u{e5fb}"), // ""
(".gnupg", "\u{f023}"), // ""
(".gnupg", "\u{f08ac}"), // "󰢬"
("go.mod", "\u{e627}"), // ""
("go.sum", "\u{e627}"), // ""
("go.work", "\u{e627}"), // ""
Expand Down Expand Up @@ -254,7 +254,7 @@ impl IconTheme {
("mime.types", "\u{f0645}"), // "󰙅"
("module.symvers", "\u{f471}"), // ""
(".mozilla", "\u{e786}"), // ""
("music", "\u{f025}"), // ""
("music", "\u{f1359}"), // "󱍙"
("muttrc", "\u{e615}"), // ""
(".mutt", "\u{e615}"), // ""
("netlify.toml", "\u{f233}"), // ""
Expand All @@ -268,23 +268,24 @@ impl IconTheme {
("package.json", "\u{e718}"), // ""
("package-lock.json", "\u{e718}"), // ""
("packages.el", "\u{e632}"), // ""
("pam.d", "\u{f08ac}"), // "󰢬"
("passwd", "\u{f023}"), // ""
("pictures", "\u{f03e}"), // ""
("pictures", "\u{f024f}"), // "󰉏"
("pkgbuild", "\u{f303}"), // ""
(".pki", "\u{f023}"), // ""
("portage", "\u{f30d}"), // ""
("profile", "\u{e615}"), // ""
(".profile", "\u{e615}"), // ""
("public", "\u{f415}"), // ""
("__pycache__", "\u{e606}"), // ""
("__pycache__", "\u{e606}"), // ""
("pyproject.toml", "\u{e606}"), // ""
(".python_history", "\u{e606}"), // ""
("rc.lua", "\u{e615}"), // ""
("readme", "\u{e609}"), // ""
(".release.toml", "\u{e68b}"), // ""
("requirements.txt", "\u{f0320}"), // "󰌠"
("robots.txt", "\u{f06a9}"), // "󰚩"
("root", "\u{f023}"), // ""
("root", "\u{f0250}"), // "󰉐"
("rubydoc", "\u{e73b}"), // ""
("runtime.txt", "\u{f0320}"), // "󰌠"
(".rustup", "\u{e68b}"), // ""
Expand All @@ -300,8 +301,8 @@ impl IconTheme {
(".shellcheckrc", "\u{e615}"), // ""
("shells", "\u{e615}"), // ""
(".sqlite_history", "\u{e7c4}"), // ""
("src", "\u{f121}"), // ""
(".ssh", "\u{f023}"), // ""
("src", "\u{f19fc}"), // "󱧼"
(".ssh", "\u{f08ac}"), // "󰢬"
("styles", "\u{e749}"), // ""
("sudoers", "\u{f023}"), // ""
("sxhkdrc", "\u{e615}"), // ""
Expand Down Expand Up @@ -556,6 +557,7 @@ impl IconTheme {
("plx", "\u{e67e}"), // ""
("pm", "\u{e67e}"), // ""
("png", "\u{f1c5}"), // ""
("pod", "\u{e67e}"), // ""
("pp", "\u{e631}"), // ""
("ppt", "\u{f1c4}"), // ""
("pptx", "\u{f1c4}"), // ""
Expand Down

0 comments on commit 4f23c97

Please sign in to comment.