mirror of
https://github.com/bcicen/ctop.git
synced 2025-07-25 12:52:43 +00: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