feat(tmux): Switch back to Tmux
Sixel has been added to tmux so switch back
This commit is contained in:
@@ -151,8 +151,8 @@
|
|||||||
ls = "eza";
|
ls = "eza";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
j = "just --choose";
|
j = "just --choose";
|
||||||
t = "zellij a -c --index 0";
|
# t = "zellij a -c --index 0";
|
||||||
# t = "tmux";
|
t = "tmux";
|
||||||
};
|
};
|
||||||
shellAliases = {g = "git";};
|
shellAliases = {g = "git";};
|
||||||
shellInit = ''
|
shellInit = ''
|
||||||
|
|||||||
@@ -112,27 +112,20 @@
|
|||||||
plugin location="file:${pkgs.zellijPlugins.zjstatus}/bin/zjstatus.wasm" {
|
plugin location="file:${pkgs.zellijPlugins.zjstatus}/bin/zjstatus.wasm" {
|
||||||
hide_frame_for_single_pane "true"
|
hide_frame_for_single_pane "true"
|
||||||
|
|
||||||
format_left "{mode}#[fg=#89B4FA,bg=#181825,bold] {session}#[bg=#181825] {tabs}"
|
format_left "{mode}#[fg=#89B4FA,bg=#181825,bold] {tabs}"
|
||||||
format_right "{command_kubectx}#[fg=#424554,bg=#181825]::{command_kubens}{datetime}"
|
format_right "#[fg=#424554,bg=#181825]{session} on {datetime}"
|
||||||
format_space "#[bg=#181825]"
|
format_space "#[bg=#181825]"
|
||||||
|
|
||||||
mode_normal "#[bg=#89B4FA] "
|
mode_normal "#[fg=black,bg=#89B4FA] NORMAL #[fg=#87B4FA,bg=#181825]"
|
||||||
mode_tmux "#[bg=#ffc387] "
|
mode_tmux "#[fg=black,bg=#FFC387] TMUX #[fg=#FFC387,bg=#181825]"
|
||||||
mode_default_to_mode "tmux"
|
// mode_default_to_mode "tmux"
|
||||||
|
|
||||||
tab_normal "#[fg=#6C7086,bg=#181825] {index} {name} {fullscreen_indicator}{sync_indicator}{floating_indicator}"
|
tab_normal "#[fg=#181825,bg=#4C4C59] #[fg=#000000,bg=#4C4C59]{index} {name} #[fg=#4C4C59,bg=#181825]"
|
||||||
tab_active "#[fg=#9399B2,bg=#181825,bold,italic] {index} {name} {fullscreen_indicator}{sync_indicator}{floating_indicator}"
|
tab_normal_fullscreen "#[fg=#6C7086,bg=#181825] {index} {name} [] "
|
||||||
tab_fullscreen_indicator "□ "
|
tab_normal_sync "#[fg=#6C7086,bg=#181825] {index} {name} <> "
|
||||||
tab_sync_indicator " "
|
tab_active "#[fg=#181825,bg=#ffffff,bold,italic] {index} {name} #[fg=#ffffff,bg=#181825]"
|
||||||
tab_floating_indicator " "
|
tab_active_fullscreen "#[fg=#9399B2,bg=#181825,bold,italic] {index} {name} [] "
|
||||||
|
tab_active_sync "#[fg=#9399B2,bg=#181825,bold,italic] {index} {name} <> "
|
||||||
command_kubectx_command "kubectx -c"
|
|
||||||
command_kubectx_format "#[fg=#6C7086,bg=#181825,italic] {stdout}"
|
|
||||||
command_kubectx_interval "2"
|
|
||||||
|
|
||||||
command_kubens_command "kubens -c"
|
|
||||||
command_kubens_format "#[fg=#6C7086,bg=#181825]{stdout} "
|
|
||||||
command_kubens_interval "2"
|
|
||||||
|
|
||||||
datetime "#[fg=#9399B2,bg=#181825] {format}"
|
datetime "#[fg=#9399B2,bg=#181825] {format}"
|
||||||
datetime_format "%A, %d %b %Y %H:%M"
|
datetime_format "%A, %d %b %Y %H:%M"
|
||||||
|
|||||||
4
flake.lock
generated
4
flake.lock
generated
@@ -1461,11 +1461,11 @@
|
|||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1,
|
"lastModified": 1,
|
||||||
"narHash": "sha256-PaTXAe/aVsZln/cKtHPXfiWIL+VwFxRiSQU0CRmglLI=",
|
"narHash": "sha256-PaTXAe/aVsZln/cKtHPXfiWIL+VwFxRiSQU0CRmglLI=",
|
||||||
"path": "/nix/store/fnisi67sjq0bbws6fds9bjsrq9bss3s4-source/flakes",
|
"path": "/nix/store/5v4fml58z01s1lf98qhi4zp8plqqjv41-source/flakes",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/nix/store/fnisi67sjq0bbws6fds9bjsrq9bss3s4-source/flakes",
|
"path": "/nix/store/5v4fml58z01s1lf98qhi4zp8plqqjv41-source/flakes",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user