diff options
Diffstat (limited to '.config/i3blocks/config')
-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 |