lemonbar-config/lemoncpu-notify
2020-12-13 12:51:52 +01:00

4 lines
88 B
Bash
Executable File

#!/bin/sh
notify-send "Biggest cpu hogs:
$(ps axch -o cmd:15,%cpu --sort=-%cpu | head)"