MNTM Settings: Add Skip Sliding Animations option for Lockscreen (#436)

* Add Fast Lock/Unlock
The cover animation takes time and blocks input while animating, so add options to skip the animations.

* Combine options into "Skip Sliding Animation"

* Update changelog

* Wording

---------

Co-authored-by: WillyJL <me@willyjl.dev>
This commit is contained in:
Aaron Tulino
2025-07-20 01:46:11 +01:00
committed by GitHub
parent bd88e42622
commit b33456d243
5 changed files with 47 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ MomentumSettings momentum_settings = {
.lockscreen_statusbar = true, // ON
.lockscreen_prompt = true, // ON
.lockscreen_transparent = false, // OFF
.lockscreen_skip_animation = false, // OFF
.battery_icon = BatteryIconBarPercent, // Bar %
.status_icons = true, // ON
.bar_borders = true, // ON
@@ -96,6 +97,7 @@ static const struct {
{setting_bool(lockscreen_statusbar)},
{setting_bool(lockscreen_prompt)},
{setting_bool(lockscreen_transparent)},
{setting_bool(lockscreen_skip_animation)},
{setting_enum(battery_icon, BatteryIconCount)},
{setting_bool(status_icons)},
{setting_bool(bar_borders)},