Replies: 4 comments
-
|
Hi! Unfortunately, This is currently not possible. It is expected that it will be possible if plugin configuration feature is implemented in the future. |
Beta Was this translation helpful? Give feedback.
-
|
Hello , please is this still not possible ? |
Beta Was this translation helpful? Give feedback.
-
|
These plugins are used in your layout, so they are loaded automatically. To remove the status bar, you need to change the layout. To do that:
That will fully remove both bars, since they are the same "status-bar" plugin. Personally, I like the following layout: layout {
pane size=1 borderless=true {
plugin location="compact-bar"
}
pane
} |
Beta Was this translation helpful? Give feedback.
-
|
I was looking around how to get everything I need, as I'm new to zellij still keybinding hints and a tab bar, in one bar. After getting here I found: zellij faq It's easy to include in custom layouts too, like: layout {
default_tab_template name="main" {
// compact-bar at the top
pane size=1 borderless=true {
plugin location="zellij:compact-bar" {
tooltip "F1"
}
}
children
}
tab name="nixos" cwd="~/nixos-config/" {
pane
}
// other stuff
} |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Like the screenshot below.
The shortcuts prompt is redundant when users get accustomed to it. But I do need the tip area to show status like pane entering FULLSCREEN.
Beta Was this translation helpful? Give feedback.
All reactions