You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I designed a custom multi-stage battery icon for an unrelated reason, but I'd like to use it for my waybar battery indicator as well. I considered turning it into a font, which would work, but the icon has multiple colors in it, which turning the icons into a font would negate. My current theory is that I might be able to use a watermark image or album cover image module, and make it poll data from the battery percentage, and using conditionals to determine which version of the icon to display. The problem is that I have no idea how to do this. My question is this:
Is this even possible? and if so, how do I do this?
The text was updated successfully, but these errors were encountered:
Update: I was able to successfully implement this. I got the icons in png format, made a really shoddy shell script to query the battery percentage and output a path to one of the images (depending on percentage, of course), then added an image in my waybar config which I put in a group with the battery percentage readout. It's not ideal, but it works.
Hi there, I designed a custom multi-stage battery icon for an unrelated reason, but I'd like to use it for my waybar battery indicator as well. I considered turning it into a font, which would work, but the icon has multiple colors in it, which turning the icons into a font would negate. My current theory is that I might be able to use a watermark image or album cover image module, and make it poll data from the battery percentage, and using conditionals to determine which version of the icon to display. The problem is that I have no idea how to do this. My question is this:
Is this even possible? and if so, how do I do this?
The text was updated successfully, but these errors were encountered: