This website requires JavaScript.
Explore
Help
Register
Sign In
luca
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
774f14f273
dotfiles
/
.local
/
bin
/
statusbar
/
sb-cpu
4 lines
87 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
# TODO: Add color
sensors
|
awk
'/Core 0/ {print "\033[11m🌡\033[10m" $3}'
View Git Blame
Copy Permalink