1
1
Fork 0
scripts/waybar/waybar-cpu.sh

8 linhas
102 B
Bash
Arquivo executável

#!/bin/bash
if [ "$(pgrep -c htop)" -gt 0 ]; then
pkill htop
else
/usr/bin/uxterm -e htop
fi