Replies: 1 comment
-
|
To hide icons in the manager columns, add [manager]
show_icons = falseNote that this is a global setting—Yazi doesn't currently support hiding icons for specific columns (like the current or parent panels) individually. If you're seeing icons in the lmk if that works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What system are you running Yazi on?
Windows
What terminal are you running Yazi in?
Windows Terminal 1.23.2512.16003
yazi --debugoutputYazi Version: 26.1.22 (4e0acf8 2026-01-22) Debug : false Triple : x86_64-pc-windows-msvc (windows-x86_64) Rustc : 1.93.0 (254b5960 2026-01-19) Ya Version: 26.1.22 (4e0acf8 2026-01-22) Config Init : C:\Users\Shuki\AppData\Roaming\yazi\config\init.lua (系统找不到指定的文件。 (os error 2)) Yazi : C:\Users\Shuki\AppData\Roaming\yazi\config\yazi.toml (436 chars) Keymap : C:\Users\Shuki\AppData\Roaming\yazi\config\keymap.toml (1464 chars) Theme : C:\Users\Shuki\AppData\Roaming\yazi\config\theme.toml (661 chars) VFS : C:\Users\Shuki\AppData\Roaming\yazi\config\vfs.toml (系统找不到指定的文件。 (os error 2)) Package : C:\Users\Shuki\AppData\Roaming\yazi\config\package.toml (系统找不到指定的文件。 (os error 2)) Dark/light flavor: "" / "" Emulator TERM : Some("xterm-256color") TERM_PROGRAM : None TERM_PROGRAM_VERSION: None Brand.from_env : Some(Microsoft) Emulator.detect : Emulator { kind: Left(Microsoft), version: "", light: false, csi_16t: (10, 20), force_16t: true } Adapter Adapter.matches : Sixel Dimension.available: Dimension { rows: 60, columns: 97, width: 0, height: 0 } Desktop XDG_SESSION_TYPE : None WAYLAND_DISPLAY : None DISPLAY : None SWAYSOCK : None HYPRLAND_INSTANCE_SIGNATURE: None WAYFIRE_SOCKET : None SSH shared.in_ssh_connection: false WSL WSL: false Variables SHELL : None EDITOR : Some("vim") VISUAL : None YAZI_FILE_ONE : None YAZI_CONFIG_HOME : None YAZI_ZOXIDE_OPTS : None FZF_DEFAULT_OPTS : None FZF_DEFAULT_COMMAND: None Text Opener default : Some(OpenerRule { run: "start \"\" %s1", block: false, orphan: true, desc: "Open", for: None, spread: false }) block-create: None block-rename: None Multiplexers TMUX : false tmux version : program not found tmux build flags : enable-sixel=Unknown ZELLIJ_SESSION_NAME: None Zellij version : program not found Dependencies file : 5.45 ueberzugpp : program not found ffmpeg/ffprobe: ffmpeg version N-115154-g6fa967810d-20240509 Copyright (c) 2000-2024 the FFmpeg developers / ffprobe version N-115154-g6fa967810d-20240509 Copyright (c) 2007-2024 the FFmpeg developers pdftoppm : program not found magick : 7.1.2-3 fzf : program not found fd/fdfind : program not found / program not found rg : program not found chafa : program not found zoxide : program not found 7zz/7z : program not found / 26.00 resvg : program not found jq : 1.7.1 Clipboard wl-copy/paste: program not found / program not found xclip : program not found xsel : program not found Routine `file -bL --mime-type`: text/plainDescribe the question
I’d like to hide the icons in the C/G panel, like the ones in the red boxes below.
Could anyone tell me how to do that?
I've hidden icons of folder and file.
And here is my theme.toml.
[icon]
globs = []
dirs = []
files = []
exts = []
conds = []
Anything else?
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions