dotfiles/polybar/system-cpu-loadavg.sh
2021-06-29 16:20:59 +02:00

3 lines
54 B
Bash

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