diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-05-24 15:06:51 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-05-24 15:06:51 +0200 |
commit | a7292aea5fa3a7a5e5385f1b3c38c5768671cb7a (patch) | |
tree | 974c38980d5d2aff2a4a9c4a0e0e41f484ff68be | |
parent | 19e8c8a3d4e504985bf161fe14e302b4188c0149 (diff) |
Add CPU temperature block
-rw-r--r-- | .config/i3blocks/config | 5 |
1 files changed, 5 insertions, 0 deletions
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 |