⚠️ the project is still under development
- A Pirateweather API Key (it's free!)
- Golang >= 1.16
- Clone the repository
- Rename
config.yaml.dist
toconfig.yaml
- Add your data inside
config.yaml
To use your icons follow these steps:
- Remove everything inside
icons
andpack
folders, except forMakefile
andr2icon.go
- Put your images inside
pack
- Launch
make generate
- Edit
r2icon.go
according to your new generated structs
Thanks to
- lantern/systray for the systray library
- Makin-Things for the icons
- cratonica for the library to conver PNG to Go []byte struct