Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.19 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.19 KB

Stellate

A Windows utility to control brightness of the display on which your cursor is using keyboard shortcuts.

Watch the demo ›

How to Download and Use

  1. Download the latest release. It would be named stellate-<version>.zip. Extract it.
  2. Inside the extracted folder there would be stellate.exe. Copy it, and then press Win+R keys and type shell:startup. Upon hitting enter a folder will open up. Right click and choose Paste Shortcut.
  3. Double-click on this shortcut. The program will run.

Use Pause key to increase and Scroll Lock key to decrease brightness.

You can close Stellate from system tray.
The program will automatically run whenever you would restart Windows. If you don't want that you can delete that shortcut you pasted.

How to Build and Use

  1. Clone this repository
  2. Install golang
  3. Run go build -ldflags "-H=windowsgui" in the project root (this may take few mins to complete). A file called stellate.exe will be built.
  4. You can double-click on it to run it and close it from the system tray