mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
Fix running icon
Use ▶ for running status
This commit is contained in:
parent
222a7d77b2
commit
dacd3be920
@ -54,7 +54,7 @@ func (s *Status) setState(val string) {
|
|||||||
case "created":
|
case "created":
|
||||||
mark = "◉"
|
mark = "◉"
|
||||||
case "running":
|
case "running":
|
||||||
mark = "⏵"
|
mark = "▶"
|
||||||
color = ui.ThemeAttr("status.ok")
|
color = ui.ThemeAttr("status.ok")
|
||||||
case "exited":
|
case "exited":
|
||||||
mark = "⏹"
|
mark = "⏹"
|
||||||
|
Loading…
Reference in New Issue
Block a user