Skip to content

Commit

Permalink
Merge pull request #296 from utix/patch-1
Browse files Browse the repository at this point in the history
Fix running icon
  • Loading branch information
bcicen authored Aug 1, 2022
2 parents 0626540 + dacd3be commit 59f00dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cwidgets/compact/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "⏹"
Expand Down

0 comments on commit 59f00dd

Please sign in to comment.