gabrielzschmitz / Tomato.C

A pomodoro timer written in pure C.
GNU General Public License v3.0
315 stars 19 forks source link

Some icons are not being displayed #35

Closed Avichal1234 closed 5 months ago

Avichal1234 commented 5 months ago

image OS: Linux mint 21.3, kernel 6.5.0

gabrielzschmitz commented 5 months ago

Are you using a Nerd Font Patched font in your terminal?

Avichal1234 commented 5 months ago

Are you using a Nerd Font Patched font in your terminal?

No, I'm just using my system default monospace font, "deja vu sans mono book"

gabrielzschmitz commented 5 months ago

Then you should change the ICONS at config.h from "nerdfont" to "icons" and recompile or change your terminal font to a properly nerd font patched font.

gabrielzschmitz commented 5 months ago

Is it working for you now?