hosxy / Fcitx5-Material-Color

一款使用Material Design 配色的 fcitx5 皮肤,喜欢的话给个 star 吧 ヾ(≧へ≦)〃 😉
Apache License 2.0
628 stars 25 forks source link

About the font name used by Fcitx5-Material-Color. #20

Closed hongyi-zhao closed 3 years ago

hongyi-zhao commented 3 years ago

On Ubuntu 20.04, I noticed I've the following fonts:

werner@X10DAi:~$ fc-list -b|grep -i 'fullname:' | grep '.*DejaVuSansMono' | sort -u
    fullname: "DejaVuSansMono YaHei Nerd Font Bold"(s)
    fullname: "DejaVuSansMono YaHei Nerd Font Oblique"(s)
    fullname: "DejaVuSansMono YaHei NF"(s)
werner@X10DAi:~$ fc-list -b|grep -i 'family:' | grep '.*DejaVuSansMono Nerd Font Mono' | sort -u
    family: "DejaVuSansMono Nerd Font Mono"(s)

I want to know for setting the Fcitx5-Material-Color, which name should I use, the fullname of the font or the family name?

hosxy commented 3 years ago

maybe you can use gui(fcitx5-config-qt) to change font,like this 深度截图_选择区域_20201212224852

hongyi-zhao commented 3 years ago

Very strange, I also opened the GUI but can't find the font config panel shown above.

image

hosxy commented 3 years ago

Very strange, I also opened the GUI but can't find the font config panel shown above.

image

in Global Options

hongyi-zhao commented 3 years ago

Still can't find it. See following:

image

hosxy commented 3 years ago

Still can't find it. See following:

image

why not try Addons ?

hongyi-zhao commented 3 years ago

Got it. Thanks a lot. Use either of the following two commands to do the trick:

$ fcitx5-config-qt  
$ fcitx5-configtool

image