mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 09:15:22 +01:00
[GH-ISSUE #576] Volume PopUp customization #7214
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#7214
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 @madfanat on GitHub (May 8, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/576
I would like to deeply configure and style the volume/device control popup: change slider orientation, color palette and so on.
I tried to find these (style) settings myself, but couldn’t. If it’s my fault, please give an example of a more detailed configuration.
@JakeStanger commented on GitHub (May 9, 2024):
The orientation of the sliders is currently hard-coded, although this can be surfaced via the config. Which sliders are you looking to change?
Would this require the popup layout to change to accommodate, or are you looking to just rotate the sliders within the current layout? This would potentially result in a very wide and short popup window.
All colours and styles should be customisable via CSS. I don't have any examples to hand, but if you're looking for specifics I can assist.
@madfanat commented on GitHub (May 9, 2024):
It’s a bit inconvenient to me that the volume slider is very thin but spends a lot of useless space (I think the reason is the device switching menu).
Maybe it would be better to move the slider to the edge and make the switching menu much shorter. Another way I see is just to rotate the slider, but this will result in a very long popup. To solve this I think we could move the app-specific tab to the top if it’s not hardcoded.
@madfanat commented on GitHub (May 9, 2024):
Also I’m about to change the background color of the text (circled) to make the look uniform.