feat(icons): centralize agent icons and add to all displays
- Mayor: 🎩 (top hat) - Deacon: 🦉 (owl) - Witness: 👁 (eye) - Refinery: 🏭 (factory) - Crew: 🧑💻 (technologist) - Polecat: 😺 (happy cat) Icons now show in: - tmux status lines for all agent types - gt status rig indicators - gt witness status output - gt agents popup menu
This commit is contained in:
@@ -44,10 +44,10 @@ var AgentTypeColors = map[AgentType]string{
|
||||
// AgentTypeIcons maps agent types to display icons.
|
||||
var AgentTypeIcons = map[AgentType]string{
|
||||
AgentMayor: "🎩",
|
||||
AgentDeacon: "🗼",
|
||||
AgentDeacon: "🦉",
|
||||
AgentWitness: "👁",
|
||||
AgentRefinery: "🏭",
|
||||
AgentCrew: "👷",
|
||||
AgentCrew: "🧑💻",
|
||||
AgentPolecat: "😺",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user