This website requires JavaScript.
Explore
Help
Register
Sign In
luca
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
78eb51f180
dotfiles
/
.local
/
bin
/
statusbar
/
sb-cpu
4 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
rebase
2022-07-04 21:36:33 +02:00
#!/bin/sh
prep sb scripts for new setup
2022-08-19 18:44:18 +02:00
# TODO: Add color
various changes various changes
2022-08-22 20:33:37 +02:00
sensors | awk '/Core 0/ {print "\033[11m🌡\033[10m" $3}'