Tweaked tmux
This commit is contained in:
parent
b78bcb00f3
commit
45ca615d5e
1 changed files with 7 additions and 6 deletions
|
@ -5,26 +5,27 @@
|
|||
mouse = true;
|
||||
plugins = with pkgs; [
|
||||
tmuxPlugins.sensible
|
||||
# tmuxPlugins.tmux-fzf
|
||||
tmuxPlugins.pain-control
|
||||
fw-pkgs.tmuxPlugins.spotify
|
||||
tmuxPlugins.sessionist
|
||||
{
|
||||
plugin = fw-pkgs.tmuxPlugins.dracula;
|
||||
extraConfig = ''
|
||||
set -g @dracula-show-battery false
|
||||
set -g @dracula-show-powerline true
|
||||
# available plugins: battery, cpu-usage, git, gpu-usage, ram-usage, tmux-ram-usage, network, network-bandwidth, network-ping, ssh-session, attached-clients, network-vpn, weather, time, mpc, spotify-tui, playerctl, kubernetes-context, synchronize-panes
|
||||
set -g @dracula-plugins 'git time'
|
||||
# set -g @dracula-plugins 'spotify-tui battery time'
|
||||
set -g @dracula-plugins 'battery time'
|
||||
set -g @dracula-refresh-rate 10
|
||||
set -g @dracula-show-timezone false
|
||||
set -g @dracula-military-time true
|
||||
set -g @dracula-day-month true
|
||||
set -g @dracula-show-left-icon session
|
||||
set -g @dracula-battery-label ""
|
||||
set -g @dracula-battery-colors "cyan dark_gray"
|
||||
set -g @dracula-spotify-tui-colors "pink dark_gray"
|
||||
set -g @dracula-ssh-session-colors "orange dark_gray"
|
||||
set -g @dracula-show-empty-plugins false
|
||||
'';
|
||||
}
|
||||
tmuxPlugins.resurrect
|
||||
tmuxPlugins.continuum
|
||||
];
|
||||
prefix = "C-a";
|
||||
terminal = "xterm-256color";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue