mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-27 07:44:56 +08:00
8 lines
142 B
Bash
Executable file
8 lines
142 B
Bash
Executable file
#
|
|
TEMP="$(sensors | grep "Package" | awk '{print $4}' | cut -c 2-3,6-8)"
|
|
|
|
# With icon
|
|
echo " $TEMP"
|
|
|
|
# Just text
|
|
# echo "HEAT $TEMP"
|