dotfiles/homes/x86_64-linux/christopher@cobalt/config/eww/scripts/temps
Christopher Mühl d20c9ac3bd
Move eww config
2025-08-04 18:21:31 +02:00

5 lines
137 B
Bash
Executable file

#!/usr/bin/env bash
cpu=$(sensors | grep 'Tctl' | head -n 1 | awk '{ print $2 }' | sed 's/\+\([0-9]\+\.\?[0-9]*\)/\1 /')
jo cpu="$cpu"