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
{{ message }}
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
That depends. Are you talking about the entire bar or specific blocks? Within a block, you can enable Pango markup using pango-markup: true; in the block definition. Then in your script for battery states, you can use Pango markup, outlined here.
So, for example, if you wanted to change the background of a section of text, you would output <span background=\"#hexcode\">text</span> in the script.
Pango also supports underline, italicizing, bold, font changing (although I've never tried this one in Yabar, it might mess something up), font size changing, etc, etc. Hope that's what you were looking for!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can someone show me how to set underline, background or foreground colors dynamically for different battery states? Is that possible? Thanks!
The text was updated successfully, but these errors were encountered: