lumen icon indicating copy to clipboard operation
lumen copied to clipboard

Too slow

Open austincondiff opened this issue 8 years ago • 5 comments

Lumen does not adjust in real time often blinding me when changing to a bright screen for half a second. Then when I switch to a dark screen it takes the same time to see it.

Please add a setting to adjust refresh rate.

austincondiff avatar Aug 13 '16 21:08 austincondiff

Yeah… right now, it's hard-coded in https://github.com/anishathalye/lumen/blob/master/Lumen/Constants.h#L11

Making it too fast consumes too much CPU.

How should a setting be exposed to the user? (and is this too low-level to expose?)

anishathalye avatar Aug 15 '16 21:08 anishathalye

@okayzed wrong person

anish avatar Aug 16 '16 15:08 anish

@anish was an error, but let us rejoice that our paths crossed and we came to exchange letters, however briefly, and may you find yourself well in the future

okayzed avatar Aug 16 '16 15:08 okayzed

@okayzed yeah, that's a good idea! related to #1

anishathalye avatar Aug 16 '16 20:08 anishathalye

Perhaps there are additional heuristics that can be used as indicators for a recalculation? For example, mouse clicks would be a good cue that a recheck may be in order, though I'm not sure if there's a good cheap way to monitor that.

Etheryte avatar Aug 16 '16 21:08 Etheryte