adriancbo / MonitorControl

🖥 Control your external monitor brightness & volume on your Mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App icon

MonitorControl - Now with Apple Silicon support!

Control your external display brightness and volume!
Use menulet sliders or the native Apple keyboard keys!
Shows native brightness and volume OSDs as well!


Screenshot


Download

Go to Releases and download the latest .dmg

Compatibility

  • macOS Mojave (10.14) and up (note: you can download version 2.1.0 for macOS Sierra 10.12 support)
  • Works with monitors controllable via DDC (or any other display via software dimming)

How to help

Open issues if you have a question, an enhancement to suggest or a bug you've found. If you want you can fork the code yourself and submit a pull request to improve the app.

How to build

Required

Clone the project via this Terminal command:

git clone https://github.com/MonitorControl/MonitorControl.git

If you want to clone one of the branches, add --single-branch --branch [branchname] after the clone option.

You're all set ! Now open the MonitorControl.xcodeproj with Xcode! The dependencies will automatically get downloaded once you open the project. If they don't:

File > Packages > Resolve Package Versions

(In earlier XCode versions Packages menu is titled Swift Packages)

Third party dependencies

Contributors

Thanks

About

🖥 Control your external monitor brightness & volume on your Mac

License:MIT License


Languages

Language:Swift 97.7%Language:Objective-C 2.3%