Generate icons

  • Run conveyor make rendered-icons
  • Look in the output directory to find your new icons.

Basic, but functional.

  • Set the app.icons key to this:
    app {
      icons {
         label = XY
         gradient = blue
      }
    }
    
  • Rerun conveyor make rendered-icons and look at the results again.

The generated icons will be used automatically.

Tip

Icon generation is meant for quick prototypes, internal tools, student projects and other cases where it's just not worth drawing a pretty icon for your app.

Learn more about icons