Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwheare/eyeballs
A JavaScript implementation of the Mac System 6 era Eyeballs menubar extension
https://github.com/jwheare/eyeballs
Last synced: 8 days 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-07T19:54:29.000Z (almost 14 years ago)
- Last Synced: 2023-04-13T08:19:14.417Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://jouire.com/eyeballs/
- Size: 102 KB
- Stars: 16
- Watchers: 2
- 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.