diff --git a/README.md b/README.md
index 82afdc4e..9851aa35 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,8 @@
-
+
Demo GIF using the Gruvbox theme (--color gruvbox
), along with IBM Plex Mono and Kitty
diff --git a/assets/demo.gif b/assets/demo.gif
index 1f2b8419..80aff6ad 100644
Binary files a/assets/demo.gif and b/assets/demo.gif differ
diff --git a/src/widgets/process_table/proc_widget_data.rs b/src/widgets/process_table/proc_widget_data.rs
index bc61de20..bcc7d569 100644
--- a/src/widgets/process_table/proc_widget_data.rs
+++ b/src/widgets/process_table/proc_widget_data.rs
@@ -222,6 +222,7 @@ impl ProcWidgetData {
impl DataToCell
for ProcWidgetData {
fn to_cell<'a>(&'a self, column: &ProcColumn, calculated_width: u16) -> Option> {
// TODO: Optimize the string allocations here...
+ // TODO: Also maybe just pull in the to_string call but add a variable for the differences.
Some(truncate_to_text(
&match column {
ProcColumn::CpuPercent => {