rszyma / kanata-tray

Tray Icon for Kanata
GNU General Public License v3.0
33 stars 1 forks source link

How about adding default user icons ? #4

Open Fred-Vatin opened 5 months ago

Fred-Vatin commented 5 months ago

If user icons folder is empty then fill it with default icons. Here are mine.

rszyma commented 5 months ago

Sure, we can add some default icons. They can be embedded into memory like it's done with other icons right now (see https://github.com/rszyma/kanata-tray/blob/main/icons/icons.go) and save them to files when first creating the "icons" folder https://github.com/rszyma/kanata-tray/blob/main/main.go#L56. Feel free to file a PR.