mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[GH-ISSUE #1272] Request, opt-out from the battery icon #6006
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#6006
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 @gurgelgubbe on GitHub (Dec 6, 2025).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1272
Is your feature request related to a problem? Please describe.
I'm checking out ironbar, cool so far. I've gotten to the battery module and noticed it adds an icon. I took a look under at the wiki for the battery module and found nothing obvious to turn the icon off. Tried
icon_size: 0which did nothing.Describe the solution you'd like
Either a boolean option to either use or disregard the use of an iconized representation for the battery module.
icons: false/trueOr maybe, have the icon be a formatting token
{icon}. The old waybar brain told me it was odd how I defineformat: "{percentage}%"and yet there's an icon. I think there's value in theformatbeing the gatekeeper for what get's shown or not.Either option is fine, whatever makes more sense across modules I guess?
Describe alternatives you've considered
Some CSS magic could probably work, but I'd rather see an boolean option and have a less cluttered and hacky css.
@JakeStanger commented on GitHub (Dec 6, 2025):
Agreed a
show_iconandshow_labelshould be added@jficz commented on GitHub (Dec 9, 2025):
yes, please, I prefer just icon without label so having both toggles is preferable (for me at least :) )