mirror of
https://github.com/sigmasternchen/desktopConfig
synced 2025-03-15 21:58:54 +00:00
3 lines
110 B
Bash
Executable file
3 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
|
|
python -c "print (int(`sensors | grep high | awk '{ print $2 }' | awk -F "°" '{ print $1 }'`))"
|