configs/desktop/scripts/cpu.sh

4 lines
101 B
Bash
Raw Normal View History

2022-10-29 16:46:38 -03:00
#!/bin/bash
top -bn2 | grep '%Cpu' | tail -1 | grep -P '(....|...) id,'|awk '{print "" 100-$8 "%"}'