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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 = "⏹"