1
0
Fork 0
dotfiles/.local/bin/statusbar/sb-cpu
2023-04-13 10:48:36 +02:00

3 lines
83 B
Bash
Executable file

#!/bin/sh
# TODO: Add color
sensors | awk '/Core 0/ {print "\e[11m🌡\e[10m" $3}'