* GS 3.34 compatibility for barLevel, see for example status/volume.js StreamSlider.getLevel(): * 3.32 : "return 100 * this._stream.volume / this._control.get_vol_max_norm();" * 3.34 : "return this._stream.volume / this._control.get_vol_max_norm();" * allow 0 px lineWidth because stroke lines cannot have color with some transparency * use warning color in OSD and drawing menu when lineWidth is 0 px |
||
|---|---|---|
| icons | ||
| locale | ||
| schemas | ||
| LICENSE | ||
| README.md | ||
| convenience.js | ||
| draw.js | ||
| extension.js | ||
| metadata.json | ||
| prefs.js | ||
| stylesheet.css | ||
README.md
Draw On Your Screen
Start drawing with Super+Alt+D. Then save your beautiful work by taking a screenshot.
Features :
- Basic shapes (rectangle, circle, ellipse, line, curve, text, free)
- Smooth stroke
- Drawing on desktop and persistence
- Multi-monitor support
- Export to SVG
Install :
- Download and decompress or clone the repository
- Place the resulting directory in ~/.local/share/gnome-shell/extensions
- IMPORTANT: change the directory name to drawOnYourScreen@abakkk.framagit.org
- A small shot of
alt + F2rto restart Gnome-shell under Xorg, restart or relogin under Wayland - Enable the extension in Gnome-tweak-tool
Super + Alt + Dto test- https://framagit.org/abakkk/DrawOnYourScreen/issues to say it doesn't work
