From a7292aea5fa3a7a5e5385f1b3c38c5768671cb7a Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 24 May 2022 15:06:51 +0200 Subject: Add CPU temperature block --- .config/i3blocks/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/i3blocks/config b/.config/i3blocks/config index 6653643..d099c7c 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -6,6 +6,11 @@ command=curl -Ss 'https://wttr.in/Catania?0&T&Q' | cut -c 16- | head -2 | xargs interval=3600 color=#A4C2F4 +[cputemp] +command=sensors | grep edge | cut -d '+' -f 2 | cut -d ' ' -f 1 +interval=10 +label=🌡️ + [memory] label=MEM separator=false -- cgit v1.2.3-18-g5258