mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-27 15:54:57 +08:00
Former-commit-id: 6c9faff508
Former-commit-id: 17d19dad6bdde82ff8c2bcc983f87a49bb4a5e6f
Former-commit-id: 4f66d0d17a4bb9ceb3eedf158bae309fa71fb8b1
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 "temp $TEMP"
|