feat: add more archive mime-types, extensions and icons

This commit is contained in:
Martin Wimpress 2023-11-21 22:19:19 +00:00
parent d57a9642db
commit 74bdc07479
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -155,6 +155,7 @@ rules = [
{ mime = "application/x-bzip2", fg = "magenta" },
{ mime = "application/x-7z-compressed", fg = "magenta" },
{ mime = "application/x-rar", fg = "magenta" },
{ mime = "application/xz", fg = "magenta" },
# Fallback
# { name = "*", fg = "white" },
@ -199,6 +200,8 @@ rules = [
"*.tar" = ""
"*.gz" = ""
"*.7z" = ""
"*.bz2" = ""
"*.xz" = ""
# Audio
"*.mp3" = ""