Files
nix-config/.config/polybar/temperature.sh
2024-06-05 14:54:42 +02:00

3 lines
74 B
Bash
Executable File

#!/usr/bin/env bash
sensors | grep "Tccd2" | tr -d '+' | awk '{print $2}'