https://github.com/jwheare/eyeballs
A JavaScript implementation of the Mac System 6 era Eyeballs menubar extension
https://github.com/jwheare/eyeballs
Last synced: 3 months ago
JSON representation
A JavaScript implementation of the Mac System 6 era Eyeballs menubar extension
- Host: GitHub
- URL: https://github.com/jwheare/eyeballs
- Owner: jwheare
- Created: 2010-12-06T18:34:47.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-07T19:54:29.000Z (over 14 years ago)
- Last Synced: 2025-04-13T05:53:52.000Z (3 months ago)
- Language: JavaScript
- Homepage: http://jouire.com/eyeballs/
- Size: 102 KB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
eyeballs.js — a JavaScript implementation of the Mac System 6 era Eyeballs menubar extension.
1. Copy eyeballs.js to your server.
2. Shove a `` at the end of your HTML `` to bring those balls to life.
You can position and style div.eyeball with CSS, but I'd leave the dimensions padding and border alone.You can also programmatically create new eyeballs after loading the script with the `new Eyeball(container)` constructor.