pythops / bluetui

🛜 TUI for managing bluetooth on Linux.
GNU General Public License v3.0
384 stars 6 forks source link

The ✅︎ (tick mark) visible in the demo image not rendering properly. #18

Closed mbilyanov closed 5 months ago

mbilyanov commented 5 months ago

Hi,

I just installed bluetui on Arch Linux and it is working great. Only problem is that the tick-mark (also visible in your demo inside the readme section of the project) is rendering as some garbage character. I have tested the console and it seems to support the unicode characters (emojis such as skulls etc.). Any ideas?

Kernel: 6.6.32-1-lts Bash: 5.2.26 Installed through paru -S bluetui

pythops commented 5 months ago

You need to install nerdfonts. Try to install these packages

ttf-nerd-fonts-symbols
ttf-nerd-fonts-symbols-common
ttf-nerd-fonts-symbols-mono

let me know if that fix it for you

mbilyanov commented 5 months ago

That worked. Thanks!

pythops commented 5 months ago

Added a note in the Readme