screen/backticks/hwtemp-laptop-xiaomi.sh implements Xiaomi Notebook Air 13.3 (2016) CPU temperature backtick.

This commit is contained in:
Alexey Skobkin 2017-11-22 02:13:07 +03:00
parent 8a507afb11
commit 6cf237a7f6
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Xiaomi Notebook Air 13.3 (2016)
sensors | egrep 'Core [0-9]\:' | awk '{print $3}' | tr "\n" " " | sed -e 's/\ $//'