summaryrefslogtreecommitdiffstats
path: root/.local/bin/status/sb-cpu
blob: f9899582f4bd0f492a2d04c58c8f7ebcd4780c8b (plain)
1
2
3
#!/bin/sh

# top | sed -n 3p | awk '{print $10}' | cut -d '.' -f1 | awk '{print " " 100 - $1 "%"}'