gnome-bedtime-mode icon indicating copy to clipboard operation
gnome-bedtime-mode copied to clipboard

Feature request: allow setting transition duration

Open Layerex opened this issue 2 years ago • 1 comments

Current lengthy transition may be annoying when toggling manually or when grayscale is restored after unlocking

Layerex avatar Jul 07 '23 12:07 Layerex

@Layerex

Thanks for the feature suggestion! I'll consider it for the next time when I will be able to spare some time for new features :grinning:

In the meantime, you could manually configure it on your side by altering this file:

~/.local/share/gnome-shell/extensions/[email protected]/modules/Colorizer.js

You would change this line to have a zero value or something smaller than the currently set 25 milliseconds:

this._transitionDelayMillis = 25;

If you are using 100% Color Intensity, you have 100 transitions with the above configured delay between transitions, thus 2500 milliseconds (2.5 seconds).

ionutbortis avatar Aug 04 '23 12:08 ionutbortis