mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 07:15:19 +01:00
[PR #1369] [MERGED] Add source (microphone) support to volume module #9765
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#9765
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feat/volume-source📝 Commits (5)
2114824feat(volume): source/output support with additional config/css controls4a4b7d5fix: single-quotes escape-sequences for labels1794b4fdocs(volume): add jargon section16b2fb9feat(volume): change defaultsink_slider_orientation4bb7608feat(volume): addshow_sinksandshow_sourcesoptions📊 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.