J-P Nurmi

Results 195 comments of 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? # ![image](https://user-images.githubusercontent.com/140617/166139252-c5114054-9511-410e-a852-9bbc1dc2db49.png) ``` {name}{quote}{currency} ({change}{currency} | {percent}%) ``` # ![image](https://user-images.githubusercontent.com/140617/166139254-41464ff3-b2ad-4665-91b6-3cea4a2709ba.png) ``` {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 ``` ![image](https://user-images.githubusercontent.com/140617/166158219-662517ee-2182-4785-b188-90c5bd63bbb5.png)

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.