clean up scripts
This commit is contained in:
3
.config/polybar/scripts/system-cpu-loadavg.sh
Normal file
3
.config/polybar/scripts/system-cpu-loadavg.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
awk '{print $1" "$2" "$3}' < /proc/loadavg
|
||||
Reference in New Issue
Block a user