Skip to content

Veilleuse 3.1.1

Choose a tag to compare

@ZnOw01 ZnOw01 released this 18 Aug 14:33
· 31 commits to main since this release

Fix: Left/Right now adjust the slider the mouse is on

The 3.1.0 keyboard-slider handling only worked while the arrow-key cursor owned a slider row. Mouse hover did not move the panel cursor, so hovering a slider and pressing ←/→ still switched views.

  • Mouse hover now moves the panel cursor onto the row under the pointer (the standard Omarchy cursor contract, via HoverHandler + cursorToSection() on every section of all three routes).
  • With the cursor on a slider, ←/→ step it: brightness/gamma ±1, temperature ±50 K. Elsewhere they still switch views.
  • README documents both behaviors and the omarchy-plugin-update + rescanPlugins reload step.