refactor: add nix-colors to music zellij layout & minor cleanup

This commit is contained in:
ooks-io 2024-02-09 17:51:15 +13:00
parent cc2ec7174b
commit f663dd4541
2 changed files with 9 additions and 23 deletions

View file

@ -59,14 +59,13 @@ in
mode_prompt "#[fg=#${colors.base0A}] "
mode_search "#[fg=#${colors.base0A}] "
mode_enter_search "#[fg=#${colors.base0A}] "
tab_normal "#[bg=#${colors.base01}] {name} "
tab_active "#[bg=#${colors.base02}] {name} "
tab_separator " "
command_git_branch_command "git rev-parse --abbrev-ref HEAD"
command_git_branch_format "#[fg=#${colors.base0D}] {stdout} "
command_git_branch_format "#[fg=#${colors.base0C}] {stdout} "
command_git_branch_interval "10"
command_git_branch_rendermode "static"
@ -113,14 +112,13 @@ in
mode_prompt "#[fg=#${colors.base0A}] "
mode_search "#[fg=#${colors.base0A}] "
mode_enter_search "#[fg=#${colors.base0A}] "
tab_normal "#[bg=#${colors.base01}] {name} "
tab_active "#[bg=#${colors.base02}] {name} "
tab_separator " "
command_git_branch_command "git rev-parse --abbrev-ref HEAD"
command_git_branch_format "#[fg=#${colors.base0D}] {stdout} "
command_git_branch_format "#[fg=#${colors.base0C}] {stdout} "
command_git_branch_interval "10"
command_git_branch_rendermode "static"