J-P Nurmi
J-P Nurmi
I'm glad to hear there's something in plans. :) Any place where we could follow the development?
> yep i plan to add a flexible way so that users can define their own template / values to display Sounds interesting! What kind of template system were you...
Just hearing the word "template" results in an idea like ``` {name} {quote}{currency} ({change}{currency} | {percent}%) ``` but it doesn't translate well to multiple `St.Label` instances with different fonts, colors,...
How do you like this kind of variant that separates text formatting and template variables? #  ``` {name}{quote}{currency} ({change}{currency} | {percent}%) ``` #  ``` {symbol}{quote}{currency} ({change}{currency} {percent}%) ```...
Nice. A quick attempt suggests that foreground colors are not respected but otherwise, it looks really promising.
``` Red bold italic small sub sup ``` 
I've removed stylesheets and trimmed the whole extension all the way down to: ```js function enable () { let button = new PanelMenu.Button() let label = new St.Label() label.get_clutter_text().set_markup('fg bg...
Great, that works! Sounds like we have a plan. No rush :)
I'm also having trouble reproducing this. I gave it a quick try with both GNOME Wayland and GNOME X11 on Debian Testing (closest we can get to gLinux?) with libgtk-3-0...
@dnfield Could you paste the output of `glxinfo -B`, please? It's provided by the `mesa-utils` package.