diff --git a/home/linux/i3/i3blocks.conf b/home/linux/i3/i3blocks.conf
index b713e229..56afbffd 100644
--- a/home/linux/i3/i3blocks.conf
+++ b/home/linux/i3/i3blocks.conf
@@ -64,12 +64,6 @@ border_right=0
border_bottom=0
border_left=0
-
-[cpu_stats]
-full_text=
-command=~/.config/i3/scripts/restore-idols-monitor.sh
-
-
[cpu_stats]
command=(mpstat 1 1 | grep Average | awk '{ printf "%04.1f%", (100 - $12) }') && (sensors | grep 'Package id 0:\|Tdie' | grep ':[ ]*+[0-9]*.[0-9]*' -o | awk '{ printf "%s°C\n", $2 }')
interval=2