[PR #1066] [CLOSED] feat(volume): add marquee effect to popup #1123

Closed
opened 2026-05-22 21:55:39 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1066
Author: @postsolar
Created: 6/24/2025
Status: Closed

Base: masterHead: feat/volume-popup-marquee


📝 Commits (10+)

  • 4614947 wip
  • 3709ba1 Pixel-perfect continuous scrolling
  • 55786fc Fix only the first input scrolling correctly
  • 8c2b8f0 make scrolling configurable
  • 9748383 configurable width
  • e169938 extract marquee widget creation into gtk_helpers
  • cbf7459 cleanup
  • e247ddc Fix scrolling breaking on widget resize
  • 668768e Implement pause on hover
  • 7e0fc61 Implement play on hover (pause without hover)

📊 Changes

6 files changed (+235 additions, -24 deletions)

View changed files

📝 docs/modules/Volume.md (+18 -13)
📝 src/clients/volume/sink_input.rs (+15 -5)
src/config/marquee.rs (+36 -0)
📝 src/config/mod.rs (+2 -0)
📝 src/gtk_helpers.rs (+144 -2)
📝 src/modules/volume.rs (+20 -4)

📄 Description

Part of #1011

  • add minimal working scrolling
  • implement easing
  • implement pause on hover
  • implement configuration

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/1066 **Author:** [@postsolar](https://github.com/postsolar) **Created:** 6/24/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/volume-popup-marquee` --- ### 📝 Commits (10+) - [`4614947`](https://github.com/JakeStanger/ironbar/commit/4614947fa250efedf8e2afb8ca4835ba0300f63f) wip - [`3709ba1`](https://github.com/JakeStanger/ironbar/commit/3709ba11956aafd068baf62e9650997313db79fe) Pixel-perfect continuous scrolling - [`55786fc`](https://github.com/JakeStanger/ironbar/commit/55786fc1ab4ea998957c9110c31af676027c29ae) Fix only the first input scrolling correctly - [`8c2b8f0`](https://github.com/JakeStanger/ironbar/commit/8c2b8f01f4da30c3194e86a05956585a99dc1bff) make scrolling configurable - [`9748383`](https://github.com/JakeStanger/ironbar/commit/97483831fc00e1eb3e38377359b3a46f180eeccf) configurable width - [`e169938`](https://github.com/JakeStanger/ironbar/commit/e169938445b79d32d67a3e22f97e1ed7b684d9c0) extract marquee widget creation into gtk_helpers - [`cbf7459`](https://github.com/JakeStanger/ironbar/commit/cbf7459ca374086d55699c6d0d49cfb0a6020e08) cleanup - [`e247ddc`](https://github.com/JakeStanger/ironbar/commit/e247ddc1279c4b5699214315d3fb3a5bffa21d75) Fix scrolling breaking on widget resize - [`668768e`](https://github.com/JakeStanger/ironbar/commit/668768e8fc31a1d31390fc29224f4fc34b0f3037) Implement pause on hover - [`7e0fc61`](https://github.com/JakeStanger/ironbar/commit/7e0fc6113a8ce28126a30ef74404fa54a3352500) Implement play on hover (pause without hover) ### 📊 Changes **6 files changed** (+235 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/Volume.md` (+18 -13) 📝 `src/clients/volume/sink_input.rs` (+15 -5) ➕ `src/config/marquee.rs` (+36 -0) 📝 `src/config/mod.rs` (+2 -0) 📝 `src/gtk_helpers.rs` (+144 -2) 📝 `src/modules/volume.rs` (+20 -4) </details> ### 📄 Description Part of #1011 - [x] add minimal working scrolling - [x] implement easing - [x] implement pause on hover - [x] implement configuration --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 21:55:39 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#1123
No description provided.