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

3 lines
94 B
Bash
Executable file

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