diff --git a/config/i3/config.d/01_theme.conf b/config/i3/config.d/01_theme.conf index 91bdbe5..84c66fb 100644 --- a/config/i3/config.d/01_theme.conf +++ b/config/i3/config.d/01_theme.conf @@ -19,9 +19,9 @@ set $i3_gaps_smart off #~ Colors set $i3_cl_col_bg #1E2128 set $i3_cl_col_fg #ABB2BF -set $i3_cl_col_in #98C379 -set $i3_cl_col_afoc #5294E2 -set $i3_cl_col_ifoc #62AEEF +set $i3_cl_col_in #1786e8 +set $i3_cl_col_afoc #96cf6e +set $i3_cl_col_ifoc #a2cff6 set $i3_cl_col_ufoc #292d37 set $i3_cl_col_urgt #C778DD set $i3_cl_col_phol #1E2128 diff --git a/gitignore_global b/gitignore_global index 4a8ff76..20650a9 100644 --- a/gitignore_global +++ b/gitignore_global @@ -28,6 +28,8 @@ celery-exporter *.sqlite3 +pyrightconfig.json + arcanite_gestion/lib/ dependencies.html diff --git a/neovim-config b/neovim-config index 8762db9..f3bf598 160000 --- a/neovim-config +++ b/neovim-config @@ -1 +1 @@ -Subproject commit 8762db974385fa2de392dec5053c0143f770d887 +Subproject commit f3bf598361b9da8753495b067772cd74fadf40b1 diff --git a/scripts b/scripts index 78ce7da..36bd56b 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit 78ce7dac4855c6b32c5c8023c6fdb442fb5e9ab8 +Subproject commit 36bd56bcc48c6818802fe177debaf98cdda25d3d diff --git a/tmux.conf b/tmux.conf index 485059c..ad08b9a 100644 --- a/tmux.conf +++ b/tmux.conf @@ -20,7 +20,7 @@ bind -n M-s select-pane -D bind -n M-d select-pane -R # reload conf -bind r source-file ~/.tmux.conf +bind r source-file ~/.tmux.conf; display-message "Tmux source file reloaded!" set-window-option -g mode-keys vi bind -T copy-mode-vi v send-keys -X begin-selection @@ -30,17 +30,16 @@ set -g default-terminal "tmux-256color" set -ag terminal-overrides ",*:RGB" # change color -#set -g pane-border-style 'fg=#660033' -#set -g pane-active-border-style 'fg=#990033 bg=default' -set -g pane-border-style 'fg=#000055' -set -g pane-active-border-style 'fg=#6a00aa' +set -g pane-border-style '#{?pane_synchronized, fg=yellow, fg=black}' +set -g pane-active-border-style '#{?pane_synchronized, fg=red, fg=#52862d}' # status bar set -g status-position top -set -g status-justify left -#set -g status-style 'fg=#660033 bg=#202020' -set -g status-style 'fg=#a000ff bg=#202020' +set -g status-justify centre +set -g status-style 'fg=#ffffff #{?pane_synchronized, bg=red, bg=default}' +set -g status-left "[#{session_name}] " +set -g status-left-length 60 # native xterm scrolling set -g mouse on @@ -63,9 +62,10 @@ run -b '~/.tmux/plugins/tpm/tpm' set -s escape-time 0 set-option -g default-terminal "screen-256color" -bind-key -r f run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_sessionizer.py" -bind-key -r g run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_select_session.py" -bind-key -r h run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_select_pane.py" -bind-key -r m run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_ssh_group.py" -bind-key -r j run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_multi_ssh.py" -bind-key -r i set-window-option synchronize-panes\; display-message "synchronize-panes is now #{?pane_synchronized, #[bg=red]!! ON !!,OFF}" +bind f run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_sessionizer.py" +bind g run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_select_session.py" +bind h run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_select_pane.py" +bind m run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_ssh_group.py" +bind j run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_multi_ssh.py" +bind i set-window-option synchronize-panes\; +# bind i set-window-option synchronize-panes\; display-message "synchronize-panes is now #{?pane_synchronized, #[bg=red]!! ON !!,OFF}" diff --git a/zshrc b/zshrc index 8d01230..62357f9 100644 --- a/zshrc +++ b/zshrc @@ -22,3 +22,7 @@ eval "$(zoxide init zsh | sed -e 's/\\builtin cd/cdwe/g')" # Add RVM to PATH for scripting. Make sure this is the last PATH variable change. export PATH="$PATH:$HOME/.rvm/bin" export KEYTIMEOUT=1 + +fpath+=~/.zfunc; autoload -Uz compinit; compinit + +zstyle ':completion:*' menu select