diff --git a/i3blocks/config b/i3blocks/config
index ff4e0e3..e7a9d0d 100644
--- a/i3blocks/config
+++ b/i3blocks/config
@@ -40,7 +40,7 @@ interval=1
color=#50FA7B
[ethernet]
-command=ip -o -4 addr show enp6s0 | awk '{print " "$4}' || echo " down" # for Ethernet
+command=ip -o -4 addr show enp6s0 | awk '{print " "$4}' || echo " down" # for Ethernet
interval=10
[wifi]
diff --git a/i3blocks/cpu_monitor.sh b/i3blocks/cpu_monitor.sh
index c8a78b3..d529f24 100755
--- a/i3blocks/cpu_monitor.sh
+++ b/i3blocks/cpu_monitor.sh
@@ -45,4 +45,4 @@ if [[ "$cpu_temp" != "N/A" ]]; then
fi
fi
-echo -e " ${cpu_temp}°C, ${cpu_load}"
\ No newline at end of file
+echo -e " ${cpu_temp}°C, ${cpu_load}"
\ No newline at end of file
diff --git a/i3blocks/gpu_monitor.sh b/i3blocks/gpu_monitor.sh
index 1a15f16..515686c 100755
--- a/i3blocks/gpu_monitor.sh
+++ b/i3blocks/gpu_monitor.sh
@@ -59,7 +59,7 @@ else
fi
# Output<
-echo -e " ${gpu_temp}, ${gpu_load}%"
+echo -e " ${gpu_temp}, ${gpu_load}%"
echo
echo "#FFFFFF" # Default color for fallback (ignored if markup is enabled)
diff --git a/i3blocks/motherboard_temp.sh b/i3blocks/motherboard_temp.sh
index 76a738c..4f78416 100755
--- a/i3blocks/motherboard_temp.sh
+++ b/i3blocks/motherboard_temp.sh
@@ -21,7 +21,7 @@ else
fi
# Output the temperature with the color
-echo " MB: ${temp}°C" # is a thermometer icon
+echo " ${temp}°C" # is a thermometer icon
echo
echo $color