dlvhdr / gh-dash

A beautiful CLI dashboard for GitHub 🚀
https://dlvhdr.github.io/gh-dash
MIT License
7.05k stars 206 forks source link

Add configurable icon sets #380

Closed alexkalderimis closed 3 months ago

alexkalderimis commented 4 months ago

Summary

This introduces the concept of 'icon sets', and the ability to specify individual icons.

In addition to the default icon set (nerd-fonts), a new base set is added: emoji, which uses widely supported emoji.

How did you test this change?

This was tested manually using the following configuration:

theme:
  icon-set: emoji

When run like this, instead of nerd-font icons, standard emoji will be used instead.

Images/Videos

Screenshot 2024-05-30 at 7 46 25 PM