adapt to latest version

This commit is contained in:
2026-01-22 21:39:23 +01:00
parent c51e304cdd
commit bc4b009f09

View File

@@ -12,13 +12,16 @@ icon_warn = ""
icon_error = ""
[mgr]
preview_hovered = { reversed = true }
border_symbol = " "
[status]
sep_left = { open = "", close = "" }
sep_right = { open = "", close = "" }
[indicator]
preview = { reversed = true }
padding = { open = " ", close = " " }
[icon]
globs = []
dirs = []
@@ -29,29 +32,3 @@ conds = []
[tabs]
sep_inner = { open = "", close = "" }
sep_outer = { open = "", close = "" }
[filetype]
rules = [
# Images
{ mime = "image/*", fg = "yellow" },
# Media
{ mime = "{audio,video}/*", fg = "magenta" },
# Archives
{ mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "red" },
# Documents
{ mime = "application/{pdf,doc,rtf}", fg = "cyan" },
# Special files
{ name = "*", is = "orphan", bg = "red" },
# Dummy files
{ name = "*", is = "dummy", bg = "red" },
{ name = "*/", is = "dummy", bg = "red" },
{ name = "*", is = "exec" , fg = "green", bold = true },
{ name = "*/", fg = "blue", bold = true }
]