2.0.3 • Published 7 months ago
electron-as-wallpaper v2.0.3
Electron As Wallpaper (✨)
set your electron window as wallpaper behind desktop icons
Features (⭐)
- set electron window as wallpaper
- support transparent window
- support mouse forwarding
- support keyboard forwarding
Requirements (⚙️)
- Window OS
- Window 11 (Tested)
- Window 10 (Not Tested)
- Window 8 (Not Tested)
- Window 7 (Not Tested)
- Rust
- Node.js
- Electron
- Electron Rebuild
Installation (⏬)
npm install electron-as-wallpaper --save
How to use (🌠)
import {attach, detach, reset} from "electron-as-wallpaper";
// attach the window to the desktop wallpaper
attach(mainWindow, {
transparent: true,
forwardKeyboardInput: true,
forwardMouseInput: true,
});
// detach the window from the desktop wallpaper
detach(mainWindow);
// reset the wallpaper (restore the original wallpaper)
reset();
Examples
The End (💘)
2.0.3
7 months ago
2.0.2
9 months ago
2.0.1
9 months ago
1.0.8
1 year ago
2.0.0
9 months ago
1.0.7
1 year ago
1.0.6
1 year ago
1.0.5
1 year ago
1.0.5-pre.0
1 year ago
1.0.4
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.3
2 years ago
0.0.2-dev
3 years ago
1.0.0-dev
3 years ago
0.0.1-dev
3 years ago
1.0.0
4 years ago
0.0.3
4 years ago