diff --git a/local/recipes/tui/tlc/source/src/terminal/status.rs b/local/recipes/tui/tlc/source/src/terminal/status.rs index 049489c884..d2e1cdf522 100644 --- a/local/recipes/tui/tlc/source/src/terminal/status.rs +++ b/local/recipes/tui/tlc/source/src/terminal/status.rs @@ -268,7 +268,7 @@ impl StatusLine { }; let free_str = format_size_short(free); right_spans.push(Span::styled( - format!(" \u{25cf}{free_str} "), + format!(" \u{25cf}{free_str} {pct_free}% "), Style::default().fg(disk_color).bg(effective_bg), )); }