tmux status bar up top

This commit is contained in:
Deepak Mallubhotla 2025-03-24 00:03:49 -05:00
parent a4132eec74
commit fcafe07084
Signed by: deepak
GPG Key ID: 47831B15427F5A55

View File

@ -255,6 +255,7 @@ in
pkgs.tmuxPlugins.power-theme
];
extraConfig = ''
set-option -g status-position top
'';
};