dotfiles/polybar/scripte/system-cpu-loadavg.sh
2021-06-29 17:02:49 +02:00

3 lines
54 B
Bash
Executable file

#!/bin/sh
awk '{print $1" "$2" "$3}' < /proc/loadavg