no border for termite
This commit is contained in:
3
.config/polybar/system-cpu-temppercore.sh
Executable file
3
.config/polybar/system-cpu-temppercore.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
sensors | grep Core | awk '{print substr($3, 2, length($3)-5)}' | tr "\\n" " " | sed 's/ /°C /g' | sed 's/ $//'
|
||||
Reference in New Issue
Block a user