mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 07:15:19 +01:00
[GH-ISSUE #115] Separate slider value from display? #4283
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#4283
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 @JustSimplyKyle on GitHub (Apr 22, 2023).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/115
Is your feature request related to a problem? Please describe.
I just want a volume bar, but I don't want it to have numbers floating on top?
Describe the solution you'd like
The non-breaking solution would be to let value accept floating point AND empty strings.
Imho, the better solution would be to create a separate field called
display(orlabel) that accepts a string.(and optionally gives the value by argument,
$0)Additional context

If this doesn't end up being implemented? Please tell me how to style this.
@JakeStanger commented on GitHub (Apr 22, 2023):
The easier alternative here is just to add a
show_labeloption which you can set to false to hide the label. GTK doesn't really offer much control over the label beyond that.@JustSimplyKyle commented on GitHub (Apr 23, 2023):
uhh, why exactly is this closed? is the new option just not documented?
Although I did find a workaround. Just remeove it in css!
@yavko commented on GitHub (Apr 23, 2023):
I'm not sure myself, I checked the code and there is no
show_labeloption added, all the code in the PR seems to be related to astepoption.@JakeStanger commented on GitHub (Apr 23, 2023):
There was a discussion that lead to the linked PR, got them muddled