[GH-ISSUE #1434] Muted/disabled/off css classes #8865

Open
opened 2026-05-23 03:54:46 +01:00 by JakeStanger · 4 comments
Owner

Originally created by @Kommynct on GitHub (Mar 29, 2026).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1434

Is your feature request related to a problem? Please describe.
I just want to be able to have different colors for when something is muted/off/at a different level

Describe the solution you'd like
a css class, like waybar has: ex

#pulseaudio.muted
#idle_inhibitor.deactivated
#network.disconnected

that way I can grey them out

Originally created by @Kommynct on GitHub (Mar 29, 2026). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1434 **Is your feature request related to a problem? Please describe.** I just want to be able to have different colors for when something is muted/off/at a different level **Describe the solution you'd like** a css class, like waybar has: ex #pulseaudio.muted #idle_inhibitor.deactivated #network.disconnected that way I can grey them out
Author
Owner

@JakeStanger commented on GitHub (Mar 30, 2026):

This is (partially) possible already (on master). The profiles system is primarily for allowing you to configure modules differently at different levels, but each profile also attaches a class name allowing you to style the module depending on its state.

https://github.com/JakeStanger/ironbar/wiki/profiles

Volume, battery and network manager support the system so far.

<!-- gh-comment-id:4154083473 --> @JakeStanger commented on GitHub (Mar 30, 2026): This is (partially) possible already (on master). The profiles system is primarily for allowing you to configure modules differently at different levels, but each profile also attaches a class name allowing you to style the module depending on its state. https://github.com/JakeStanger/ironbar/wiki/profiles Volume, battery and network manager support the system so far.
Author
Owner

@Kommynct commented on GitHub (May 17, 2026):

Should this be closed after the release? Anything left?

<!-- gh-comment-id:4471564052 --> @Kommynct commented on GitHub (May 17, 2026): Should this be closed after the release? Anything left?
Author
Owner

@JakeStanger commented on GitHub (May 17, 2026):

I don't think your initial request is fully resolved. If you think it is though I'm happy to close

<!-- gh-comment-id:4471754009 --> @JakeStanger commented on GitHub (May 17, 2026): I don't think your initial request is fully resolved. If you think it is though I'm happy to close
Author
Owner

@Kommynct commented on GitHub (May 17, 2026):

I don't think your initial request is fully resolved. If you think it is though I'm happy to close

Sorry I haven't really looked into how exactly the profiles work, we're still missing disabled/disconnection distinction, I think, so yeah it does stay open, thank you so much for the work though!

<!-- gh-comment-id:4472329549 --> @Kommynct commented on GitHub (May 17, 2026): > I don't think your initial request is fully resolved. If you think it is though I'm happy to close Sorry I haven't really looked into how exactly the profiles work, we're still missing disabled/disconnection distinction, I think, so yeah it does stay open, thank you so much for the work though!
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#8865
No description provided.