4
awesome/widgets/temperature/sensors.sh
Executable file
4
awesome/widgets/temperature/sensors.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
# Copyright 2015 Alexander Tsepkov
|
||||
|
||||
sensors | awk '/^Core/ {t=substr($3,2,4);if (t>max) max=t} END {print max}'
|
||||
Reference in New Issue
Block a user