What does HackerNews think of Monitorian?

A Windows desktop tool to adjust the brightness of multiple monitors with ease

Language: C#

#2 in Monitoring
Most modern displays support DDC/CI or whatever it is that lets your PC talk to the monitor and adjust brightness (and other settings).

Monitorian and other apps let you adjust those settings from your PC.

https://github.com/emoacht/Monitorian

You could use Monitorian for changing screen brightness via ddc.

https://github.com/emoacht/Monitorian

> there's TwinkleTray for Windows

There is also Monitorian for Windows:

https://github.com/emoacht/Monitorian

I have a LED Cinema Display (DisplayPort model) on Windows that surprisingly responds to Monitorian brightness control when I use current AMD drivers. I used to run a specific brightness control app for Apple displays, but have since ditched it.

(1) https://github.com/emoacht/Monitorian

Very cool! This lead me to another project as well for Windows: https://github.com/emoacht/Monitorian
The Windows equivalent would be Monitorian (https://github.com/emoacht/Monitorian). It doesn't have the adaptive curve algorithm, but I've been using it for over a year and it's indispensable.
Looking to have easy control of monitor brightness?

For Mac users, look at https://lunar.fyi/. There are a bunch of other options as well.

For Windows, look at https://github.com/emoacht/Monitorian

Submitted since this solves my, and thus perhaps others needs to control their monitors.

GUI and CLI application to get/set various properties of your attached monitors. For windows. Works over the Display Data Channel (eg over HDMI).

In my case, I couldn't (from Windows display settings) lower the display brightness of my external monitor, leading to eye strain when the room is not well lit enough. This enables my to reduce the display brightness with ease.

There is an alternative, which can only change brightness but does so with a minimalistic gui: https://github.com/emoacht/Monitorian (have not tried it).

If not for ergonomics, you can use it to visually be notified when eg a script is finished, by toggling brightness back and forth.

An alternative to _that_ is to use the snoretoast application with something like this:

    alias wakeme='date && /cygdrive/c/Dropbox/tools/notifications-w10/snoretoast/snoretoast.exe -t "hello" -m "wake up goddamit" -p "C:\Dropbox\tools\notifications-w10\mindblown.png" -s "ms-winsoundevent:Notification.Reminder"'
thus, you can "longscript.sh ; wakeme". From https://github.com/KDE/snoretoast