fix: remove useless i3block configs

This commit is contained in:
Ryan Yin
2023-06-18 01:22:00 +08:00
parent 6b364e19de
commit c38db38207

View File

@@ -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<span color=\"#ff5555\">%</span>", (100 - $12) }') && (sensors | grep 'Package id 0:\|Tdie' | grep ':[ ]*+[0-9]*.[0-9]*' -o | awk '{ printf "%s<span color=\"#ff5555\">°C</span>\n", $2 }')
interval=2