Enable tinted tmux theme statusbar.
This commit is contained in:
parent
befc63115b
commit
aa10d12fd8
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@
|
|||
};
|
||||
|
||||
config = lib.mkIf config.crony.tmux.enable {
|
||||
# Enable custom tmux bar settings
|
||||
home.sessionVariables = {
|
||||
TINTED_TMUX_OPTION_ACTIVE = 1;
|
||||
TINTED_TMUX_OPTION_STATUSBAR = 1;
|
||||
};
|
||||
|
||||
# Setup tmux
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
escapeTime = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue