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