From 101e398e4a9a7408f66870c54b38b6fe2c2301f2 Mon Sep 17 00:00:00 2001 From: Krzysztof Rudnicki Date: Sat, 16 Nov 2024 21:14:15 +0100 Subject: [PATCH] feat: restore icons space --- i3blocks/config | 2 +- i3blocks/cpu_monitor.sh | 2 +- i3blocks/gpu_monitor.sh | 2 +- i3blocks/motherboard_temp.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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