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

Ability to change Welcome Screen layout text #3589

Open
mikebcbc opened this issue Sep 3, 2024 · 3 comments
Open

Ability to change Welcome Screen layout text #3589

mikebcbc opened this issue Sep 3, 2024 · 3 comments

Comments

@mikebcbc
Copy link

mikebcbc commented Sep 3, 2024

Is there any way the "Hi from ZelliJ!" text can be user-editable? I see its hardcoded into the plugin now and dont see a way around that aside from re-building the plugin with new text. Would be great to supply our own string to change this with ease?
image

@robrecord
Copy link

robrecord commented Sep 20, 2024

Yes please. Either this, or the option to switch it off entirely. I find it a bit jarring every time I see it; it's like a massive "hello world" - I think our tools should sit in the background as much as possible to allow us to work without friction. Many thanks.

@cristiand391
Copy link
Contributor

Yes please. Either this, or the option to switch it off entirely. I find it a bit jarring every time I see it; it's like a massive "hello world" - I think our tools should sit in the background as much as possible to allow us to work without friction. Many thanks.

You can disabe the message by setting welcome_screen to false:
https://zellij.dev/documentation/welcome-screen-alias.html?highlight=welcome_screen#the-welcome-screen-alias

@robrecord
Copy link

robrecord commented Sep 27, 2024

Yes please. Either this, or the option to switch it off entirely. I find it a bit jarring every time I see it; it's like a massive "hello world" - I think our tools should sit in the background as much as possible to allow us to work without friction. Many thanks.

You can disabe the message by setting welcome_screen to false: https://zellij.dev/documentation/welcome-screen-alias.html?highlight=welcome_screen#the-welcome-screen-alias

I think this disables the session manager on startup? Rather than the message above the session manager. I rely on the session manager at startup so I would like not to have to disable it.

Edit: I can see this disables the surrounds of the session manager, making it appear top left instead of centralised. Thank you.

For those wishing to use this, it should go into config under plugins:

plugins {
    ...others...
    welcome-screen location="zellij:session-manager" {
        welcome_screen false
    }
}

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

No branches or pull requests

3 participants