1
0
Fork 0
dotfiles/.local/bin/statusbar/sb-cpu

4 lines
87 B
Plaintext
Raw Normal View History

2022-07-04 21:36:33 +02:00
#!/bin/sh
2022-08-19 18:44:18 +02:00
# TODO: Add color
2022-08-22 20:33:37 +02:00
sensors | awk '/Core 0/ {print "\033[11m🌡\033[10m" $3}'