aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoni Sawicki <tenox@google.com>2022-04-03 23:12:07 -0700
committerAntoni Sawicki <tenox@google.com>2022-04-03 23:12:07 -0700
commit1e6dfd4d4cc9100bdb5f9e4259adf1e148523f5c (patch)
treefe42ac2a7943995db46f94ce525afd84a946a88d
parent7b9ddd18f9f9388bf9f8e7e674fdb539afde81e6 (diff)
downloadwfm-1e6dfd4d4cc9100bdb5f9e4259adf1e148523f5c.tar.gz
change text icons
-rw-r--r--dir.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.go b/dir.go
index 30da168..7f43e6e 100644
--- a/dir.go
+++ b/dir.go
@@ -320,7 +320,7 @@ func fileIcon(f string, m bool) string {
case "imd", "img", "raw", "dd", "tap", "dsk":
return "&#x1F4BE;"
case "txt", "log", "csv", "md", "mhtml", "html", "htm", "cfg", "conf", "ini", "json", "xml":
- return "&#x1F5D2;"
+ return "&#x1F4C4;"
case "pdf", "ps", "doc", "docx", "xls", "xlsx", "rtf":
return "&#x1F4DA;"
case "url", "desktop", "webloc":