type Command struct {
// Format string used to render output on the bar Format string `json:"format"`
Instance string `json:"instance"`
Command string `json:"command"`
// Color to render on the bar. Color string `json:"color"`
// Identifier for receiving click events Name string `json:"name"`
}