Dimm one or multiple displays to high degree by taking advantage of this lightweight and simplistic, yet efficient piece of software.
- Desktop Dimmer
- Version :3.1.2
- License :MIT License
- OS :Windows All
- Publisher :SidneyS
Desktop Dimmer is a small utility app that allows you to reduce your screen brightness below the minimum level allowed by your system, which can be very useful for working at night or in low-light environments.
Hereβs a breakdown of how to use and install it, based on the GitHub project by sidneys:
πΉ What is Desktop Dimmer?
- π₯οΈ It’s a lightweight desktop brightness control tool.
- π‘ Lets you reduce brightness below the OS minimum by adding a black overlay.
- βοΈ Cross-platform (Windows, macOS, Linux), built with Electron.
πΉ How to Install Desktop Dimmer
β 1. Go to GitHub Page
π https://github.com/sidneys/desktop-dimmer
β 2. Download Prebuilt Binary
The app may or may not still provide prebuilt releases. If they do:
- Go to the Releases page.
- Download the correct file for your OS:
.exefor Windows.dmgor.zipfor macOS.AppImageor.debfor Linux
β If no releases are available, you’ll need to build it from source (instructions below).
πΉ Option A: Run Prebuilt Version
- Download and install the app like any standard program.
- Run the app β it will add an icon to your system tray.
- Use the tray menu to adjust brightness.
β Note: Desktop Dimmer does not adjust the hardware backlight β it places a transparent dark overlay on top of your screen.
πΉ Option B: Build from Source (If No Releases)
π¦ Prerequisites:
- Node.js (with npm)
- Git
π₯ 1. Clone the repo:
git clone https://github.com/sidneys/desktop-dimmer.git
cd desktop-dimmer
π οΈ 2. Install dependencies:
npm install
π 3. Start the app:
npm start
That will launch the app locally.
π§ Features
- Adjust brightness via system tray icon
- Launch on startup (optional)
- Set different levels for multiple displays
- Cross-platform compatibility
π§― Known Issues or Limitations
- May interfere with screen capture tools (since it overlays a black layer).
- Might not work well with fullscreen apps or games.
- Not a substitute for adjusting actual screen backlight (which saves battery on laptops).
π¨ Alternatives
If Desktop Dimmer doesnβt work for you, try:
- π f.lux β Warms screen color & reduces brightness
- π Redshift β Linux-based screen temperature & brightness adjuster
- π§© Dimmer β A small portable tool for Windows (no install needed)
- πΆοΈ Windows Night Light / macOS Night Shift β Built-in tools
