zellij/zellij-utils/assets/layouts/classic.kdl
Aram Drevekenin a6d6c0e4ff
feat(ui): status bar redesign (#3475)
* work

* work

* working

* get default mode from server and some ui responsiveness

* work

* finish design and get tests to pass

* get e2e tests to pass

* add classic layout

* add classic layout assets

* fix e2e tests

* style(fmt): rustfmt

* fix plugin system test

* style(fmt): some cleanups
2024-07-05 15:13:51 +02:00

14 lines
265 B
Plaintext

layout {
pane size=1 borderless=true {
plugin location="tab-bar" {
hide_swap_layout_indication true
}
}
pane
pane size=2 borderless=true {
plugin location="status-bar" {
classic true
}
}
}