diff --git a/Cargo.lock b/Cargo.lock index 89924ca..51a86d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4311,7 +4311,7 @@ dependencies = [ [[package]] name = "zjstatus" -version = "0.16.0" +version = "0.16.1-rc1" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e9ed5ea..a520de2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zjstatus" -version = "0.16.0" +version = "0.16.1-rc1" authors = ["Daniel Jankowski"] edition = "2018" diff --git a/plugin-dev-workspace.kdl b/plugin-dev-workspace.kdl index 95efd79..ff08575 100644 --- a/plugin-dev-workspace.kdl +++ b/plugin-dev-workspace.kdl @@ -5,9 +5,9 @@ layout { pane size=2 borderless=true { plugin location="file:target/wasm32-wasi/debug/zjstatus.wasm" { - format_left "{mode}#[fg=#89B4FA,bg=#181825,bold] {session} {tabs}" - format_center "{command_0} {command_1} {command_git_branch} {command_3}" - format_right "{tabs}{notifications}{swap_layout}{datetime}" + format_left "{mode}#[fg=#89B4FA,bg=#181825,bold] {session}" + format_center "{tabs}" + format_right "{datetime}" format_space "#[bg=#181825]" format_precedence "lrc" format_hide_on_overlength "false"