You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yazi
Version: 0.4.2 (Arch Linux 2025-01-12)
Debug :false
Triple : x86_64-unknown-linux-gnu (linux-x86_64)
Rustc : 1.84.0 (9fc6b431 2025-01-07)
Ya
Version: 0.4.2 (Arch Linux 2025-01-12)
Emulator
Brand.from_env : Some(Foot)
Emulator.detect : Emulator { kind: Left(Foot), light: false, cell_size: Some((10,27)) }
Emulator.detect_full: Ok(Emulator { kind: Left(Foot), light: false, cell_size: Some((10,27)) })
Adapter
Adapter.matches: Sixel
Desktop
XDG_SESSION_TYPE : Some("wayland")
WAYLAND_DISPLAY : Some("wayland-1")
DISPLAY : None
SWAYSOCK : None
HYPRLAND_INSTANCE_SIGNATURE: None
WAYFIRE_SOCKET : None
SSH
shared.in_ssh_connection: false
WSL
WSL: false
NVIM
NVIM :false
Neovim version: 0.10.3
Variables
SHELL : Some("/bin/zsh")
EDITOR : Some("nvim")
VISUAL : None
YAZI_FILE_ONE : None
YAZI_CONFIG_HOME: None
YAZI_ZOXIDE_OPTS: None
FZF_DEFAULT_OPTS: Some("--preview-window=right,border-sharp")
Text Opener
default : Some(Opener { run: "${EDITOR:=vi}\"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
block-create: Some(Opener { run: "${EDITOR:=vi}\"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
block-rename: Some(Opener { run: "${EDITOR:=vi}\"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
Multiplexers
TMUX : 0
tmux version : No such file or directory (os error 2)
tmux build flags : enable-sixel=Unknown
ZELLIJ_SESSION_NAME: None
Zellij version : No such file or directory (os error 2)
Dependencies
file : 5.46
ueberzugpp : No such file or directory (os error 2)
ffmpeg/ffprobe: 7.1 / 7.1
pdftoppm : 25.01.0
magick : 7.1.1-43
fzf : 0.57.0
fd/fdfind : No such file or directory (os error 2) / No such file or directory (os error 2)
rg : No such file or directory (os error 2)
chafa : 1.14.5
zoxide : No such file or directory (os error 2)
7z/7zz : 24.09 / No such file or directory (os error 2)
jq : 1.7.1
Clipboard
wl-copy/paste: 2.2.1 / 2.2.1
xclip : No such file or directory (os error 2)
xsel : No such file or directory (os error 2)
Yazi
Version: 0.4.2 (Arch Linux 2025-01-12)
Debug :false
Triple : x86_64-unknown-linux-gnu (linux-x86_64)
Rustc : 1.84.0 (9fc6b431 2025-01-07)
Ya
Version: 0.4.2 (Arch Linux 2025-01-12)
Emulator
Brand.from_env : Some(Foot)
Emulator.detect : Emulator { kind: Left(Foot), light: false, cell_size: Some((10,27)) }
Emulator.detect_full: Ok(Emulator { kind: Left(Foot), light: false, cell_size: Some((10,27)) })
Adapter
Adapter.matches: Sixel
Desktop
XDG_SESSION_TYPE : Some("wayland")
WAYLAND_DISPLAY : Some("wayland-1")
DISPLAY : None
SWAYSOCK : None
HYPRLAND_INSTANCE_SIGNATURE: None
WAYFIRE_SOCKET : None
SSH
shared.in_ssh_connection: false
WSL
WSL: false
NVIM
NVIM :false
Neovim version: 0.10.3
Variables
SHELL : Some("/bin/zsh")
EDITOR : Some("nvim")
VISUAL : None
YAZI_FILE_ONE : None
YAZI_CONFIG_HOME: None
YAZI_ZOXIDE_OPTS: None
FZF_DEFAULT_OPTS: Some("--preview-window=right,border-sharp")
Text Opener
default : Some(Opener { run: "${EDITOR:=vi}\"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
block-create: Some(Opener { run: "${EDITOR:=vi}\"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
block-rename: Some(Opener { run: "${EDITOR:=vi}\"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
Multiplexers
TMUX : 0
tmux version : No such file or directory (os error 2)
tmux build flags : enable-sixel=Unknown
ZELLIJ_SESSION_NAME: None
Zellij version : No such file or directory (os error 2)
Dependencies
file : 5.46
ueberzugpp : No such file or directory (os error 2)
ffmpeg/ffprobe: 7.1 / 7.1
pdftoppm : 25.01.0
magick : 7.1.1-43
fzf : 0.57.0
fd/fdfind : No such file or directory (os error 2) / No such file or directory (os error 2)
rg : No such file or directory (os error 2)
chafa : 1.14.5
zoxide : No such file or directory (os error 2)
7z/7zz : 24.09 / No such file or directory (os error 2)
jq : 1.7.1
Clipboard
wl-copy/paste: 2.2.1 / 2.2.1
xclip : No such file or directory (os error 2)
xsel : No such file or directory (os error 2)
Please describe the problem you're trying to solve
I'd like to specify a background color for the center part of the status line, so that it matches my Neovim setup; on the same note, it would be amazing to have an empty line under the status line, maybe used for shell commands (instead of the floating box) like in Vim/Neovim.
See the following screenshots for reference: Neovim status line (in this case lualine) is shown on the left, while Yazi's status line is on the right.
Maybe this has already been requested somewhere else or it can already be done with a plugin, but so far I haven't found anything. I also realize that this is merely cosmetic, so I'm going to understand if it's not considered a priority right now.
Would you be willing to contribute this feature?
Yes, I'll give it a shot
Describe the solution you'd like
Like said above, I'd like to customize the status line background color and postion, for instance by having a normal_background option alongside normal_main and normal_alt in the [mode] section of theme.toml and a use_newline option under [status].
yazi --debug
outputPlease describe the problem you're trying to solve
I'd like to specify a background color for the center part of the status line, so that it matches my Neovim setup; on the same note, it would be amazing to have an empty line under the status line, maybe used for shell commands (instead of the floating box) like in Vim/Neovim.
See the following screenshots for reference: Neovim status line (in this case lualine) is shown on the left, while Yazi's status line is on the right.
Maybe this has already been requested somewhere else or it can already be done with a plugin, but so far I haven't found anything. I also realize that this is merely cosmetic, so I'm going to understand if it's not considered a priority right now.
Would you be willing to contribute this feature?
Describe the solution you'd like
Like said above, I'd like to customize the status line background color and postion, for instance by having a
normal_background
option alongsidenormal_main
andnormal_alt
in the[mode]
section oftheme.toml
and ause_newline
option under[status]
.Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: