File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 lib ,
44 showBatteryStatus ,
55 ...
6- } : {
6+ } : let
7+ tmux-nerd-font-window-name = pkgs . tmuxPlugins . mkTmuxPlugin {
8+ pluginName = "tmux-nerd-font-window-name" ;
9+ rtpFilePath = "tmux-nerd-font-window-name.tmux" ;
10+ version = "unstable-2025-05-27" ;
11+ src = pkgs . fetchFromGitHub {
12+ owner = "joshmedeski" ;
13+ repo = "tmux-nerd-font-window-name" ;
14+ rev = "4c9e7a51387d0cead1465a3628244beb790a3c95" ;
15+ hash = "sha256-UcfEsq7BqJMeYXtGDNMoi/E+iEnEe9iM2KVoi7ektOE=" ;
16+ } ;
17+ } ;
18+ in {
719 programs . tmux = {
820 enable = true ;
921 shortcut = "a" ;
2032 set -g @continuum-save-interval '60' # minutes
2133 '' ;
2234 }
35+ tmux-nerd-font-window-name
2336 {
2437 plugin = tmuxPlugins . catppuccin ;
2538 extraConfig = ''
3043
3144 set -g @catppuccin_window_text " #W"
3245 set -g @catppuccin_window_current_text " #W"
33-
46+
3447 # See: catppuccin/tmux#409
3548 set -g @catppuccin_window_status_style "custom"
3649 set -g @catppuccin_window_left_separator "#[bg=default,fg=#{@thm_surface_0}]#[bg=#{@thm_surface_0},fg=#{@thm_fg}]"
You can’t perform that action at this time.
0 commit comments