Fix running icon

Use ▶ for running status
This commit is contained in:
Aurélien Lajoie
2022-04-26 19:10:52 +02:00
committed by GitHub
parent 222a7d77b2
commit dacd3be920

View File

@ -54,7 +54,7 @@ func (s *Status) setState(val string) {
case "created":
mark = "◉"
case "running":
mark = ""
mark = ""
color = ui.ThemeAttr("status.ok")
case "exited":
mark = "⏹"