github hyprwm/hyprlock v0.7.0

20 hours ago

Hyprlock 0.7.0 anyone?

Breaking Changes

Animations:

  • Removed input-field:dots_fade_time. Now configured via animation=inputFieldDots,...
  • Removed input-field:fail_transition. Now configured via animation=inputFieldColors,...
  • Removed general:no_fade_in and general:no_fade_out. Now configured
    • globally via animations:enabled or via animation=fadeIn,... and
    • animation=fadeOut,...

For example:

  • Turn off fade in and fade out: animation=fade,0,0,default
  • Turn off fade out only: animation=fadeOut,0,0,default
  • Turn off dots fading: animation=inputFieldDots,0,0,default

See the updated wiki about hyprlock's animations.

Placeholders:

  • Removed $PROMPT and $FPRINTFAIL
  • Added $PAMPROMPT, $FPRINTPROMPT, and $FPRINTFAIL

Fixes

  • core: clean up pointer logic
  • core: bind to wl_seat v8
  • core: add mallopt to modify trim threshold

MRs

New Contributors

Full Changelog: v0.6.1...v0.7.0

Don't miss a new hyprlock release

NewReleases is sending notifications on new releases.