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_prompt "#[fg=#${colors.base0A}] "
mode_search "#[fg=#${colors.base0A}] " mode_search "#[fg=#${colors.base0A}] "
mode_enter_search "#[fg=#${colors.base0A}] " mode_enter_search "#[fg=#${colors.base0A}] "
tab_normal "#[bg=#${colors.base01}] {name} " tab_normal "#[bg=#${colors.base01}] {name} "
tab_active "#[bg=#${colors.base02}] {name} " tab_active "#[bg=#${colors.base02}] {name} "
tab_separator " " tab_separator " "
command_git_branch_command "git rev-parse --abbrev-ref HEAD" 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_interval "10"
command_git_branch_rendermode "static" command_git_branch_rendermode "static"
@ -113,14 +112,13 @@ in
mode_prompt "#[fg=#${colors.base0A}] " mode_prompt "#[fg=#${colors.base0A}] "
mode_search "#[fg=#${colors.base0A}] " mode_search "#[fg=#${colors.base0A}] "
mode_enter_search "#[fg=#${colors.base0A}] " mode_enter_search "#[fg=#${colors.base0A}] "
tab_normal "#[bg=#${colors.base01}] {name} " tab_normal "#[bg=#${colors.base01}] {name} "
tab_active "#[bg=#${colors.base02}] {name} " tab_active "#[bg=#${colors.base02}] {name} "
tab_separator " " tab_separator " "
command_git_branch_command "git rev-parse --abbrev-ref HEAD" 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_interval "10"
command_git_branch_rendermode "static" command_git_branch_rendermode "static"

View file

@ -13,6 +13,7 @@ in
spotify-player spotify-player
ytui-music ytui-music
alsa-utils alsa-utils
mpv
]; ];
programs.cava = { programs.cava = {
enable = true; enable = true;
@ -40,33 +41,20 @@ in
border_enabled "true" border_enabled "true"
border_char "" border_char ""
border_format "#[fg=blue]{char}" border_format "#[fg=#${colors.base0D}]{char}"
border_position "bottom" border_position "bottom"
hide_frame_for_single_pane "true" hide_frame_for_single_pane "true"
mode_normal "#[fg=blue]󰝚" mode_normal "#[fg=${colors.base0D}]󰝚"
mode_tmux "#[fg=purple]󰝚"
mode_pane "#[fg=red]󰝚"
mode_tab "#[fg=red]󰝚"
mode_rename_tab "#[fg=red]󰝚"
mode_rename_pane "#[fg=red]󰝚"
mode_session "#[fg=red]󰝚"
mode_locked "#[fg=white]󰝚"
mode_move "#[fg=green]󰝚"
mode_resize "#[fg=green]󰝚"
mode_prompt "#[fg=yellow]󰝚"
mode_search "#[fg=yellow]󰝚"
mode_enter_search "#[fg=yellow]󰝚"
tab_normal "#[bg=#${colors.base01}] {name} "
tab_normal "#[bg=#3C3836] {name} " tab_active "#[bg=#${colors.base02}] {name} "
tab_active "#[bg=#504945] {name} "
tab_separator " " tab_separator " "
datetime "#[fg=#6C7086,bold] {format} " datetime "#[fg=#${colors.base05},bold] {format} "
datetime_format "%I:%M %p" datetime_format "%I:%M %p"
datetime_timezone "Pacific/Auckland" datetime_timezone "${config.home.sessionVariables.TZ}"
} }
} }
children children