[GH-ISSUE #1031] better volume icons #4539

Open
opened 2026-05-23 00:54:07 +01:00 by JakeStanger · 5 comments
Owner

Originally created by @Kommynct on GitHub (Jun 6, 2025).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1031

Same idea as https://github.com/JakeStanger/ironbar/issues/1030

but with volume icons

"format-icons": {
      "alsa_output.usb-Creative_Technology_Ltd_Sound_Blaster_X4.iec958-stereo": "󰋋",
      "alsa_output.usb-Creative_Technology_Ltd_Sound_Blaster_X4.iec958-stereo-muted": "󰟎",
      "car": "󰄋",
      "car-muted": "󰸜",
      "default": ["󰖀", "󰕾"],
      "default-muted": "󰝟",
      "hands-free": "󱡏",
      "hands-free-muted": "󱡐",
      "hdmi": "󰔂",
      "hdmi-muted": "󰠻",
      "headphone": "󰋋",
      "headphone-muted": "󰟎",
      "headset": "󰋎",
      "headset-muted": "󰋐",
      "phone": "󰏲",
      "phone-muted": "󰷯",
      "portable": "󰏲",
      "portable-muted": "󰷯"
Originally created by @Kommynct on GitHub (Jun 6, 2025). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1031 Same idea as https://github.com/JakeStanger/ironbar/issues/1030 but with volume icons ``` "format-icons": { "alsa_output.usb-Creative_Technology_Ltd_Sound_Blaster_X4.iec958-stereo": "󰋋", "alsa_output.usb-Creative_Technology_Ltd_Sound_Blaster_X4.iec958-stereo-muted": "󰟎", "car": "󰄋", "car-muted": "󰸜", "default": ["󰖀", "󰕾"], "default-muted": "󰝟", "hands-free": "󱡏", "hands-free-muted": "󱡐", "hdmi": "󰔂", "hdmi-muted": "󰠻", "headphone": "󰋋", "headphone-muted": "󰟎", "headset": "󰋎", "headset-muted": "󰋐", "phone": "󰏲", "phone-muted": "󰷯", "portable": "󰏲", "portable-muted": "󰷯" ```
Author
Owner

@JakeStanger commented on GitHub (Jun 6, 2025):

As with the battery icons request, please can you expand on what's being requested? It looks like this is expected to work differently to that request and I need more detail.

<!-- gh-comment-id:2949233567 --> @JakeStanger commented on GitHub (Jun 6, 2025): As with the battery icons request, please can you expand on what's being requested? It looks like this is expected to work differently to that request and I need more detail.
Author
Owner

@Kommynct commented on GitHub (Jun 6, 2025):

Yeah, it's a little different from that request.

Basically, I want to have different icons for different devices, as well as one for when that device is muted,

Image

I hope that clarifies things.

when there's multiple (like in the default) next to eachother it divides it between upper and lower bounds like the battery icon.

<!-- gh-comment-id:2949253648 --> @Kommynct commented on GitHub (Jun 6, 2025): Yeah, it's a little different from that request. Basically, I want to have different icons for different devices, as well as one for when that device is muted, ![Image](https://github.com/user-attachments/assets/3fb2fd61-77d1-4145-8c85-dde0bea4a83d) I hope that clarifies things. when there's multiple (like in the default) next to eachother it divides it between upper and lower bounds like the battery icon.
Author
Owner

@Kommynct commented on GitHub (Feb 11, 2026):

https://github.com/JakeStanger/ironbar/pull/1349 I think this fixes it, aside from the icon being per-device? @JakeStanger should this be closed?

<!-- gh-comment-id:3886878956 --> @Kommynct commented on GitHub (Feb 11, 2026): https://github.com/JakeStanger/ironbar/pull/1349 I think this fixes it, aside from the icon being per-device? @JakeStanger should this be closed?
Author
Owner

@swantzter commented on GitHub (Feb 23, 2026):

I'm not sure if this is the right issue for this or if it'd be better as a separate issue - but coming from waybar I was able to set a different format when my sink was a bluetooth device, I routinely used this to see not only if my bluetooth device had connected, but if it has connected correctly and become my output device by showing essentially {icon}BT {percentage}% as my format.

I'm not sure if this could be implemented using profiles as they're implemented today, basically what format-bluetooth in the screenshot by @Kommynct is

<!-- gh-comment-id:3944909014 --> @swantzter commented on GitHub (Feb 23, 2026): I'm not sure if this is the right issue for this or if it'd be better as a separate issue - but coming from waybar I was able to set a different format when my sink was a bluetooth device, I routinely used this to see not only if my bluetooth device had connected, but if it has connected correctly and become my output device by showing essentially `{icon}BT {percentage}%` as my format. I'm not sure if this could be implemented using profiles as they're implemented today, basically what format-bluetooth in the screenshot by @Kommynct is
Author
Owner

@JakeStanger commented on GitHub (Feb 25, 2026):

That's not currently possible, which is why I've left this issue open

<!-- gh-comment-id:3959652518 --> @JakeStanger commented on GitHub (Feb 25, 2026): That's not currently possible, which is why I've left this issue open
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#4539
No description provided.