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":
|
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 = "⏹"
|
||||||
|
|||||||
Reference in New Issue
Block a user