页次: 1
用的 oh-my-zsh 的 agnoster 主题,在x环境下都是可以的,因为下载了 powerline/fonts 嘛,但是tty下就不能用了,因为 terminus/PSF/ 下的字体没有安装上,就是 .local/share/fonts 下没有psf.gz的字体,然后我把 terminus/PSF/* 复制到了.local/share/fonts/下,利用setfont设置了 ter-powerline-v16n.psf.gz,生效了。然后将设置写入 vconsole.conf 中重启还是不能显示powerline的字体,主题不正常,fc-cache -f 也执行过了,还是不行,求助各位前辈~~
离线
暂时只能是写入.zshrc 中了
if [[ $(tty) == /dev/tty* ]] ; then
setfont ter-powerline-x16v.psf.gz
fi
但还是想知道怎么通过vconsole.conf生效?
PS: 依云仙子还是很强:)
离线
页次: 1