mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 11:15:20 +01:00
[GH-ISSUE #511] Setting icons at the widget level #164
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#164
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 @nyadiia on GitHub (Mar 27, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/511
Is your feature request related to a problem? Please describe.
The battery widget icon currently blends into my bar. I'd like to be able to change the icon(s) without changing the whole bar's icon theme.
Describe the solution you'd like
Some way to set an icon per widget, like how you're able to set a ramp in polybar or how you're able to set multiple icons in the format in waybar.
Describe alternatives you've considered
I could just switch the bar's icon theme however I would like to use a different theme per widget. Doing it with text as well ( like polybar and waybar ) would allow it to have the same color as the font for a more cohesive look.
@JakeStanger commented on GitHub (Mar 28, 2024):
All icons should be customisable, ideally with support for both images and textual icons. This is inconsistent at the moment and I know I've made it worse with the introduction of the volume and notification modules. Because of that I'll look to address this as part of the next update.
@JakeStanger commented on GitHub (Apr 12, 2024):
Moving this back to 0.16.0 because I've been working on a library to assist with both this and the upcoming sysinfo changes, so I think it makes sense to tackle both at once.
This will be towards the top of the pile in the next update.