[PR #1369] [MERGED] Add source (microphone) support to volume module #2742

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1369
Author: @JakeStanger
Created: 2/11/2026
Status: Merged
Merged: 2/11/2026
Merged by: @JakeStanger

Base: masterHead: feat/volume-source


📝 Commits (5)

  • 2114824 feat(volume): source/output support with additional config/css controls
  • 4a4b7d5 fix: single-quotes escape-sequences for labels
  • 1794b4f docs(volume): add jargon section
  • 16b2fb9 feat(volume): change default sink_slider_orientation
  • 4bb7608 feat(volume): add show_sinks and show_sources options

📊 Changes

10 files changed (+1234 additions, -381 deletions)

View changed files

📝 docs/modules/Volume.md (+56 -31)
📝 examples/desktop/style.css (+6 -0)
📝 src/clients/volume/mod.rs (+185 -9)
📝 src/clients/volume/sink.rs (+82 -102)
📝 src/clients/volume/sink_input.rs (+79 -92)
src/clients/volume/source.rs (+166 -0)
src/clients/volume/source_output.rs (+148 -0)
📝 src/gtk_helpers.rs (+10 -1)
📝 src/modules/volume/config.rs (+48 -3)
📝 src/modules/volume/mod.rs (+454 -143)

📄 Description

Resolves #576
Resolves #1032

See #1359 and #1368 for original PRs. For some reason force pushing keeps removing all commits and force-closing the PR.


🔄 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/1369 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 2/11/2026 **Status:** ✅ Merged **Merged:** 2/11/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/volume-source` --- ### 📝 Commits (5) - [`2114824`](https://github.com/JakeStanger/ironbar/commit/21148247bdda0ceebba3f3b6b531e19cf70de5e0) feat(volume): source/output support with additional config/css controls - [`4a4b7d5`](https://github.com/JakeStanger/ironbar/commit/4a4b7d5b454e551839f3dc4657e3ea6b19062975) fix: single-quotes escape-sequences for labels - [`1794b4f`](https://github.com/JakeStanger/ironbar/commit/1794b4f40100351e40f6e36f041551f75dd34be5) docs(volume): add jargon section - [`16b2fb9`](https://github.com/JakeStanger/ironbar/commit/16b2fb9ef6fe6585677bdf6010817caafe4372e1) feat(volume): change default `sink_slider_orientation` - [`4bb7608`](https://github.com/JakeStanger/ironbar/commit/4bb7608e832271ff836500cc54150b432352db25) feat(volume): add `show_sinks` and `show_sources` options ### 📊 Changes **10 files changed** (+1234 additions, -381 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/Volume.md` (+56 -31) 📝 `examples/desktop/style.css` (+6 -0) 📝 `src/clients/volume/mod.rs` (+185 -9) 📝 `src/clients/volume/sink.rs` (+82 -102) 📝 `src/clients/volume/sink_input.rs` (+79 -92) ➕ `src/clients/volume/source.rs` (+166 -0) ➕ `src/clients/volume/source_output.rs` (+148 -0) 📝 `src/gtk_helpers.rs` (+10 -1) 📝 `src/modules/volume/config.rs` (+48 -3) 📝 `src/modules/volume/mod.rs` (+454 -143) </details> ### 📄 Description Resolves #576 Resolves #1032 See #1359 and #1368 for original PRs. For some reason force pushing keeps removing all commits and force-closing the PR. --- <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:42 +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#2742
No description provided.