dotfiles/scripts/polybar/system-cpu-loadavg.sh
2022-07-17 13:04:15 +02:00

3 lines
44 B
Bash

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