KeyWeeUsr / emacs-syncthing

Emacs client for Syncthing
GNU General Public License v3.0
23 stars 4 forks source link

Icons don't show #5

Open Igor1257 opened 1 month ago

Igor1257 commented 1 month ago

image

image

on Windows 10 GNU Emacs 29.1 (build 2, x86_64-w64-mingw32) of 2024-01-02

KeyWeeUsr commented 1 month ago

@Igor1257 What font do you use in that buffer (or in Emacs overall)?

Igor1257 commented 1 month ago

Oh, thanks. I set (set-face-attribute 'default nil :family "Hack Nerd Font" :height 100)

and now looks better

image

Igor1257 commented 1 month ago

@KeyWeeUsr please suggest which font is preferred.

KeyWeeUsr commented 1 month ago

@Igor1257 /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf is the default font I've been using on multiple Linux boxes because it's been simply set as the default for monospace font. Although it seems to work fine for all of the icons it might be useful to add a customization value which would strip all of the icons or even allow setting up custom ones :thinking: