urxvt 未加载 lf 文件管理器的图标

urxvt 未加载 lf 文件管理器的图标

我正在使用 urxvt

下面是我的 .Xresources 文件

URxvt*buffered: false
URxvt.font: xft:monospace:size=15,xft:DejaVuSansMono Nerd Font:size=10
URxvt*letterSpace:-1
URxvt.scrollBar: false

URxvt*background:                     #151718
URxvt*foreground:                     #d6d6d6

URxvt*cursorColor:                    #d6d6d6

URxvt*highlightColor:                 #3B758C
URxvt*highlightTextColor:             #43a5d5

URxvt*color0:                         #151718
URxvt*color1:                         #Cd3f45
URxvt*color2:                         #9fca56
URxvt*color3:                         #e6cd69
URxvt*color4:                         #55b5db
URxvt*color5:                         #a074c4
URxvt*color6:                         #55dbbe
URxvt*color7:                         #d6d6d6
URxvt*color8:                         #41535B
URxvt*color9:                         #Cd3f45
URxvt*color10:                        #9fca56
URxvt*color11:                        #e6cd69
URxvt*color12:                        #55b5db
URxvt*color13:                        #a074c4
URxvt*color14:                        #55dbbe
URxvt*color15:                        #ffffff

! 256 color space
URxvt*color16:                        #db7b55
URxvt*color17:                        #8a553f
URxvt*color18:                        #8ec43d
URxvt*color19:                        #3B758C
URxvt*color20:                        #43a5d5
URxvt*color21:                        #eeeeee


!! Extensions
URxvt.perl-ext-common: resize-font,url-select,clipboard

!! extension settings
URxvt.keysym.C-Down:  resize-font:smaller
URxvt.keysym.C-Up:    resize-font:bigger

URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: /usr/bin/xdg-open
URxvt.url-select.underline: true

URxvt.clipboard.autocopy: true
URxvt.keysym.C-c: perl:clipboard:copy
URxvt.keysym.C-v: perl:clipboard:paste

我的机器上安装了 lf 文件管理器,并在 ~/.config/lf/lfrc 文件中启用了图标,如下所示

将图标设置为 true

之后,如果我在 urxvt 中打开 lf 文件管理器代替图标,则会出现一个框符号,并且图标未正确加载

如果我跑

 fc-match "DejaVuSansMono Nerd Font"

我可以的是列出的字体

DejaVu Sans Mono Nerd Font Complete.ttf: "DejaVuSansMono Nerd Font

我只在 urxvt 中遇到此问题。但如果我在 st 终端中打开 lf 文件管理器,就可以看到图标正确显示。

答案1

经过多一点时间的搜索。我得到了一个解决了我的问题的链接。

https://github.com/gokcehan/lf/wiki/Icons

但我仍然不知道它在 st 终端是如何工作的。非常困惑。

相关内容