From 6054778ed231b2d0e343e53568fdf75a912af1af Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Thu, 29 May 2025 15:48:19 +0800 Subject: [PATCH] fix(homeModules/cli): fix zjstatus mode widget config --- modules/home/cli/multiplexer/zellij.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/home/cli/multiplexer/zellij.nix b/modules/home/cli/multiplexer/zellij.nix index 35d52a7..61ade89 100644 --- a/modules/home/cli/multiplexer/zellij.nix +++ b/modules/home/cli/multiplexer/zellij.nix @@ -35,9 +35,10 @@ hide_frame_for_single_pane "false" - mode_normal "#[bg=#89B4FA] {name} " - mode_locked "#[bg=#f55e18] {name} " - mode_session "#[bq=#00ff00 {name}]" + mode_default_to_mode "normal" + mode_normal "#[bg=#89B4FA] {name} " + mode_locked "#[bg=#f55e18] {name} " + mode_session "#[bg=#00ff00] {name} " tab_normal "#[fg=#6C7086] {index} " tab_active "#[fg=#9399B2,bold,italic] {index} "