This website requires JavaScript.
Explore
Help
Sign In
sam
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
658744d33c
nixos
/
home
/
common
/
optional
/
desktop
/
status-bar
/
sb-cpu-pct.sh
2 lines
76 B
Bash
Raw
Blame
History
echo
$(
top -bn
1
|
grep
"Cpu(s)"
|
awk
'{print $2+$6 "%"}'
|
sed
"s/\..//g"
)
Reference in New Issue
View Git Blame
Copy Permalink