-
-
Notifications
You must be signed in to change notification settings - Fork 651
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
Add Option for Simplified Layout #479
Conversation
* the simplified layout omits the Nerdfonts characters that are not found in every Fontset * add an optional config option to opt into the simplified ui `simplified_ui: bool` * add a config flag that allows opting into the simplified ui `zellij options --simplified-ui` * move the `clean` flag to the `setup` subcommand
Now that you noticed nerdfonts as dependencies: Could you add this requirement as follow-up PR to https://github.com/zellij-org/zellij#how-do-i-install-it as optional dependency? |
We always noticed them as dependencies, we just haven't had a good way of requesting a simpler layout yet. Thanks for the suggestion, that is a good idea! |
* Add to Changelog
* merge structop and serde structs
@TheLostLambda |
…to simple-font-ui
* fix test
@a-kenji I personally did not see much value in separators. The colors/layout/highlighting in zellij seemed sufficient to me. This is a subjective opinion. |
@alexhallam Does the current functionality work for you? add an optional config option to opt into the simplified ui add a config flag that allows opting into the simplified ui |
That is indeed a little odd.
and
please also try
Thank you! |
Just want to let you know I just downloaded the most recent version. Everything is working great. Thanks for implementing this. |
the simplified layout omits the Nerdfonts characters that are not
found in every Fontset
add an optional config option to opt into the simplified ui
simplified_ui: bool
add a config flag that allows opting into the simplified ui
zellij options --simplified-ui
move the
clean
flag to thesetup
subcommandCloses #313.