dotfiles/.config/polybar/scripts/amd_gpu_temp.sh

4 lines
94 B
Bash
Raw Normal View History

#! /usr/bin/bash
sensors | grep "edge" | awk '{print $2}' | cut -d "." -f 1 | sed -e 's/+//'