Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better use of (visual) screen assets #161

Closed
blaggacao opened this issue Mar 19, 2024 · 10 comments
Closed

Better use of (visual) screen assets #161

blaggacao opened this issue Mar 19, 2024 · 10 comments
Labels
enhancement New feature or request

Comments

@blaggacao
Copy link

I think these can be placed in one row to save on valuable screen space.

image

On a crowded tile, process-compose doesn't really shine, because with the little space left you only see common place info.

@blaggacao
Copy link
Author

On a crowded tile, process-compose doesn't really shine, because with the little space left you only see common place info.

For the same reason, it's probably worth a consideration to get rid of some of the border lines,

image

@blaggacao
Copy link
Author

If custom shortcuts are configured, the help line could disappear, too. Or show up on pressing h or something (F1 😄 )

@blaggacao
Copy link
Author

blaggacao commented Mar 19, 2024

I've wondered this for my own procjects whether it's possible:

image

Already several times I would have wished for tools to use the windows title line for presenting relevant meta data. I think it should be possible, not sure, though.

@blaggacao blaggacao changed the title Slim title row Better use of (visual) screen assets Mar 19, 2024
@blaggacao
Copy link
Author

pretty crowded example:

image

@F1bonacc1
Copy link
Owner

Hey @blaggacao,

Will something like F11 (full screen) shortcut be an acceptable solution?

@F1bonacc1 F1bonacc1 added the enhancement New feature or request label Mar 22, 2024
@blaggacao
Copy link
Author

Typically, not, unfortunately. I really need that screen asset, typically, I'd look on the smallest screen with the logs just for some signal from the corner of my eye, and only if there's something interesting, I'd then go and look and go full ofscreen (which in my case is just Mod1+RMiddleUp).

Since I do that anyway once in a while, that's not the issue here. The issue, I perceive, is really to maximize screen asset as much as possible.

In my own project (paisano-nix/tui) I also went with nice frames and spaces and optimized for "good looking", but now I regularly swear upon myself for that choice for the exact same reasons laid out here.

In the end, it's just my own perspective that I bring to the table, and it's clear that there may be differing preferences.

@F1bonacc1
Copy link
Owner

What I meant was, that if I add this functionality to the PC - you press something like F11 and it will toggle all the primitives you indicated (state, help, something else?).
Will something like this work for you?

@blaggacao
Copy link
Author

blaggacao commented Mar 22, 2024

Ah! I completely got you wrong! Yeah, that would be really nice. Sorry, that I didn't get the angle.

(state, help, something else?).

I'd say:

  • header
  • help
  • outer border (just keeping the horizontal middle separator)

@F1bonacc1
Copy link
Owner

No worries :)

@F1bonacc1
Copy link
Owner

Added in v1.0.0.
Use CTRL-] to toggle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants