niklasr22 / BrightIntosh

Unlock the full brightness of the XDR display of your MacBook Pro
https://brightintosh.de/
GNU General Public License v3.0
241 stars 15 forks source link

Add percentage to slider #112

Closed niklasr22 closed 2 months ago

niklasr22 commented 3 months ago

A percentage indicator could be great too. When you find the 'sweet' spot you can always set it to that setting. Now it's just a slider with no information

Originally posted by @whitespacecode in https://github.com/niklasr22/BrightIntosh/discussions/89#discussioncomment-8824401

niklasr22 commented 3 months ago

A macOS style brightness slider with an indicator inside would be the best solution.

waydabber commented 3 months ago

Hi there, I created a macOS Control Center style slider that can be used with Cocoa, it's available open source in MonitorControl - feel free to use/reuse it or the technique involved!

SliderHandler.swift

Let me know if you need any help with it! :)

niklasr22 commented 3 months ago

@waydabber Thank you, that's very nice! I will look into it.