A floating desktop widget for Windows 11 that displays real-time system resource utilization (CPU, RAM, and storage).
- Always-on-top floating window
- Real-time updates every 2 seconds
- Draggable interface
- Close button
- Ensure Node.js and npm are installed.
- Clone or download this project.
- Run
npm installto install dependencies.
Run npm start in the terminal to launch the widget. The window will appear and stay on top. You can drag it to any position on the screen. Click the × button to close it.
- Electron for the desktop app framework
- systeminformation for retrieving system stats
To modify the widget, edit renderer.js for the display logic or main.js for window settings.