Skip to content

feat: add seekbar_height and keep_with_cursor options#624

Merged
Samillion merged 6 commits intomainfrom
feat_seekbar_height
Apr 3, 2026
Merged

feat: add seekbar_height and keep_with_cursor options#624
Samillion merged 6 commits intomainfrom
feat_seekbar_height

Conversation

@Samillion
Copy link
Copy Markdown
Owner

@Samillion Samillion commented Apr 3, 2026

Fixes: #623 and #622

Changes:

  • Add seekbar_height option. Accepts: small, medium (default), large, or xlarge
  • Add keep_with_cursor option back
  • Change volume bar tooltip to match volume button

Presets for seekbar_height:

local seekbar_presets = {
    small  = { radius = 1, height = 2 },
    medium = { radius = 2, height = 4 },
    large  = { radius = 3, height = 6 },
    xlarge = { radius = 4, height = 8 }
}
small medium (Default)
seekbar_small seekbar_medium
large xlarge
seekbar_large seekbar_xlarge

@Samillion Samillion merged commit 866264a into main Apr 3, 2026
@Samillion Samillion deleted the feat_seekbar_height branch April 3, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Option to control height of seekbar

1 participant