gnome-bedtime-mode
gnome-bedtime-mode copied to clipboard
Feature request: allow setting transition duration
Current lengthy transition may be annoying when toggling manually or when grayscale is restored after unlocking
@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).