This website requires JavaScript.
Explore
Help
Sign In
jpm
/
scripts
Watch
1
Star
1
Fork
You've already forked scripts
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
1fff8e80bf
scripts
/
waybar
/
waybar-cpu.sh
8 lines
102 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
if
[
"
$(
pgrep -c htop
)
"
-gt
0
]
;
then
pkill htop
else
/usr/bin/uxterm -e htop
fi
Reference in New Issue
View Git Blame
Copy Permalink