-
Notifications
You must be signed in to change notification settings - Fork 395
Open
Description
Describe the bug
When using a Nerd Font with Glyphs, the Glyphs are shown as something like a broken Unicode empty box instead of the real glyph.
Setup
- OS: MACOS
- Shell: ZSH
- Terminal Emulator: GHOSTTY
- Terminal Multiplexer: TMUX
To Reproduce
Steps to reproduce the behavior:
- vhs eza.demo.tape (see tape below)
- open eza.demo.gif
- See error
Source Code
# eza.demo.tape
Output eza.demo.gif
Require eza
Set Shell "bash"
Set FontFamily "0xProto Nerd Font Mono"
Set FontSize 24
Set Width 1200
Set Height 600
Type "vhs --version" Sleep 300ms Enter
Sleep 200ms Enter Sleep 50ms Enter Enter
Type "eza --icons=always --tree /opt/homebrew/Cellar/vhs" Sleep 500ms Enter
Sleep 500ms
Enter
Sleep 5s
Expected behavior
Nerd Font glyphs are displayed in full glory
Additional context
Here's my full GhosTTY config:
background-blur = "true"
background-opacity = "0.75"
font-family = "0xProto Nerd Font Mono"
font-size = "13"
macos-titlebar-style = "hidden"
shell-integration = "none"
theme = "dark:catppuccin-mocha,light:catppuccin-latte"
window-inherit-working-directory = "false"
window-save-state = "never"
working-directory = "home"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

