A starfield behind your windows on every workspace and monitor. Fly forward through deep space, sweep sideways, or steer the vanishing point with the pointer. Respects your background image. Requires an OpenGL-capable compositor.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-002 warning
objects created by extension should be destroyed in disable()
Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.
shell/starfield.js:76
this._surface = new St.Widget({
height: renderHeight,
reactive: false,
scale_x: monitor.width / renderWidth,
scale_y: monitor.height / renderHeight,
style: 'background-color: white;',
width: renderWidth,
})
| Version | Status |
|---|---|
| 1 | Active |