NightLayer is a simple Python application that creates a semi-transparent black overlay on your laptop screen. It can be toggled on and off, and its opacity adjusted, using keyboard shortcuts or a system tray icon.
Ctrl + Space
Ctrl + Arrow Keys
git clone https://github.com/aashishrajput9838/NightLayer.git cd NightLayer pip install -r requirements.txt
python night_layer.py
Ctrl + Space
- Toggle OverlayCtrl + Left Arrow
- Increase OpacityCtrl + Right Arrow
- Decrease OpacityEsc
- Exit ApplicationTo create a standalone executable for Windows:
pyinstaller --onefile --noconsole night_layer.py
The executable will be created in the dist folder.
Latest stable release