Skip to content

Commit 7210f84

Browse files
committed
Add tmux-nerd-font-window-name
1 parent 6e2c4a2 commit 7210f84

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

home/tmux.nix

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
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";
@@ -20,6 +32,7 @@
2032
set -g @continuum-save-interval '60' # minutes
2133
'';
2234
}
35+
tmux-nerd-font-window-name
2336
{
2437
plugin = tmuxPlugins.catppuccin;
2538
extraConfig = ''
@@ -30,7 +43,7 @@
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}]"

0 commit comments

Comments
 (0)