mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 07:06:42 +08:00
Fix running icon
Use ▶ for running status
This commit is contained in:
@@ -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 = "⏹"
|
||||
|
||||
Reference in New Issue
Block a user