tmux fix dracula theme

This commit is contained in:
Erwin Boskma 2021-12-21 16:53:42 +01:00
parent 33e84e7377
commit 5dee4ddbab
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -21,16 +21,19 @@ in
{
plugin = dracula;
extraConfig = ''
set -g @dracula-show-battery false
set -g @dracula-refresh-rate 10
set -g @dracula-show-powerline true
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 = ''
source ${pkgs.powerline}/share/tmux/powerline.conf
setw -g automatic-rename
set -ag update-environment "SWAYSOCK"
@ -71,6 +74,7 @@ in
home.packages = with pkgs; [
powerline
bc
];
};
}