tmux fix dracula theme
This commit is contained in:
parent
33e84e7377
commit
5dee4ddbab
1 changed files with 7 additions and 3 deletions
|
@ -21,16 +21,19 @@ in
|
||||||
{
|
{
|
||||||
plugin = dracula;
|
plugin = dracula;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set -g @dracula-show-battery false
|
set -g @dracula-refresh-rate 10
|
||||||
set -g @dracula-show-powerline true
|
set -g @dracula-show-powerline true
|
||||||
set -g @dracula-show-fahrenheit false
|
set -g @dracula-show-fahrenheit false
|
||||||
set -g @dracula-refresh-rate 10
|
set -g @dracula-show-left-icon session
|
||||||
|
set -g @dracula-network-bandwith "enp4s0"
|
||||||
|
set -g @dracula-military-time true
|
||||||
|
set -g @dracula-day-month true
|
||||||
|
set -g @dracula-plugins "time cpu-usage ram-usage network network-bandwith"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
source ${pkgs.powerline}/share/tmux/powerline.conf
|
|
||||||
setw -g automatic-rename
|
setw -g automatic-rename
|
||||||
|
|
||||||
set -ag update-environment "SWAYSOCK"
|
set -ag update-environment "SWAYSOCK"
|
||||||
|
@ -71,6 +74,7 @@ in
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
powerline
|
powerline
|
||||||
|
bc
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue