[PR #1353] [MERGED] feat(volume): support horizontal slider #2730

Closed
opened 2026-05-22 22:57:40 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1353
Author: @imgurbot12
Created: 1/30/2026
Status: Merged
Merged: 1/31/2026
Merged by: @JakeStanger

Base: masterHead: master


📝 Commits (3)

  • 4b01ee2 feat(volume): support horizontal slider
  • a1e19d8 fix(volume): slider config uses explicit string instead of bool, added docs
  • ec1e4d2 chore(volume): extra comma in config breaks toml syntax

📊 Changes

2 files changed (+22 additions, -6 deletions)

View changed files

📝 docs/modules/Volume.md (+5 -0)
📝 src/modules/volume.rs (+17 -6)

📄 Description

Adds in a very basic extra configuration option to support a horizontal bar instead of a vertical one for the volume module.
Partially solves https://github.com/JakeStanger/ironbar/issues/576 and was approved for implementation in https://github.com/JakeStanger/ironbar/discussions/1352.


🔄 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/1353 **Author:** [@imgurbot12](https://github.com/imgurbot12) **Created:** 1/30/2026 **Status:** ✅ Merged **Merged:** 1/31/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`4b01ee2`](https://github.com/JakeStanger/ironbar/commit/4b01ee2a3667c83f60edec5a2cf0db1c10ea4306) feat(volume): support horizontal slider - [`a1e19d8`](https://github.com/JakeStanger/ironbar/commit/a1e19d886637949c1bda3aa67ef316e0c0a55e5c) fix(volume): slider config uses explicit string instead of bool, added docs - [`ec1e4d2`](https://github.com/JakeStanger/ironbar/commit/ec1e4d213d8c9b0bd35bb699cafb03a9c5f528ed) chore(volume): extra comma in config breaks toml syntax ### 📊 Changes **2 files changed** (+22 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/Volume.md` (+5 -0) 📝 `src/modules/volume.rs` (+17 -6) </details> ### 📄 Description Adds in a very basic extra configuration option to support a horizontal bar instead of a vertical one for the volume module. Partially solves https://github.com/JakeStanger/ironbar/issues/576 and was approved for implementation in https://github.com/JakeStanger/ironbar/discussions/1352. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:57:40 +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#2730
No description provided.