dotfiles/.config/polybar/scripts/system-cpu-loadavg.sh
2024-01-29 08:31:23 -06:00

4 lines
54 B
Bash

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