mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 09:15:22 +01:00
[GH-ISSUE #1431] FR: Add an ALL Horizontal/Vertical Bars setting to the Volume Module #8861
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#8861
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?
Originally created by @Coki91 on GitHub (Mar 26, 2026).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1431
Is your feature request related to a problem? Please describe.
I think the current Volume module is a bit ugly, the Output seems to be by default a vertical slider and all the Clients are horizontal sliders alongside it
Describe the solution you'd like
I would like to see a variable added to the module that makes all the sliders use the same alignment of preference, in my case all Horizontal like I have at the moment on "sfwbar" (picture related)
Describe alternatives you've considered
I am not well versed into styling so I do not know if this is possible already with that, alternatively I have considered just making the module on_click event invoke pavucontrol to know my clients
Additional context
The volume widget on sfwbar (GTK3):
The Volume module on ironbar with the issues described as I used it:
@JakeStanger commented on GitHub (Mar 28, 2026):
I think you can achieve this already:
popup_orientation = verticalsink_slider_orientation = horizontalsource_slider_orientation = horizontal@Coki91 commented on GitHub (Mar 28, 2026):
Hello, thanks for the swift response
Ah, my apologies those options must have flown over my head as I looked for specific wording in the Wiki rather than reading everything there was available
However the functionality might be broken at this point since I tried to apply it and could not realize any changes, as pictured here;
Config
Running the appropriate .yaml configuration to make everything on the Volume Module horizontal, with 4 Audio streams open (2 on VLC, 2 on Firefox) made no difference than the Volume Defaults
Perhaps it's appropriate to turn this issue into a bug issue? Cheers for the work
@JakeStanger commented on GitHub (Mar 29, 2026):
Those features are only available on the git version currently. They'll ship with 0.19.0 as stable.
@Coki91 commented on GitHub (Mar 29, 2026):
Oh, I see
My apologies for taking your time with this then, I will try the git version before submitting issues from now on
Cheers for the work