
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
github.com/cyrinux/waybar-eyes
This is a waybar applet to help you keeping your eyes.
This will try to detect your face and indicate you in waybar if you are stuck to your screen since too long time. This add a new eye in the bar every 15 minutes if a face is detected. This eyes number in the bar will decrease if you take a pause.
make
Default value should be nice one. But if you want to configure it, you can run waybar-eyes -h
to see the params,
and maybe use a systemd unit override.
...
"modules-right": [
"custom/eyes",
],
...
"custom/eyes": {
"exec": "cat ~/.cache/waybar-eyes.json",
"interval": 5,
"return-type": "json",
"on-click": "pkill -f -SIGUSR1 waybar-eyes",
},
...
DEBUG=1 waybar-eyes
You can test differents detection models from here
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.