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
For outputs that are wide but not too tall, would there be a way to “stack” the outputs?
I tried inserting a new line (\n) or line break (<br />) in the command output, but they are printed as text.
For example, the two lines below take quite a bit of horizontal space, and it would be nice if they could be printed on two lines
(i.e. line 1: weather / line 2: speedtest)
Thanks for this neat piece of software 👍
The text was updated successfully, but these errors were encountered:
+1
I too was wondering how to display some infos on 2 lines.
Like for example this screenshot, which comes from https://extensions.gnome.org/extension/3724/net-speed-simplified/, and displays up and down speed on 2 lines. It would be great to be able to do the same with Executor :
In theory it should be done with something like echo "<executor.css.small><executor.markup.true>line1 <br/> line2", but with <executor.markup.true> the<br/> tag causes the command to fail, and nothing is shown. I guess only inline tags like <span> or <i> are supported, not block tags (which makes sense).
Hello!
For outputs that are wide but not too tall, would there be a way to “stack” the outputs?
I tried inserting a new line (
\n
) or line break (<br />
) in the command output, but they are printed as text.For example, the two lines below take quite a bit of horizontal space, and it would be nice if they could be printed on two lines
(i.e. line 1: weather / line 2: speedtest)
Thanks for this neat piece of software 👍
The text was updated successfully, but these errors were encountered: