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 Jun 25, 2024. It is now read-only.
I'm trying to recreate my old polybar configuration with barista.
It looks like this:
Is it possible to add these colored underlines? I saw there is support for pango markup, but can't find any documentation on it. How can I set colors/icons/formatting?
Cheers,
Pablo
The text was updated successfully, but these errors were encountered:
Here's a brief write-up of pango on the website: barista.run/pango, and the godoc might also be useful. Feel free to send PRs to update any parts of the docs that aren't clear.
The underlines might not look exactly the same, since pango markup doesn't allow changing the width of the underline. But to get the volume output, for example, the code would be something like:
I'm currently working on getting some themes up and running, and as part of that I will probably end up with support for the i3-gaps version of i3bar, which has more border customisations. So it's likely that your screenshot could be provided as a theme once that work is done.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm trying to recreate my old polybar configuration with barista.
It looks like this:
Is it possible to add these colored underlines? I saw there is support for pango markup, but can't find any documentation on it. How can I set colors/icons/formatting?
Cheers,
Pablo
The text was updated successfully, but these errors were encountered: