mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-19 03:26:40 -07:00
updates to nixvim, zed and tmux
This commit is contained in:
parent
cd7c51855f
commit
91aa2d907a
5 changed files with 18 additions and 17 deletions
|
@ -18,16 +18,23 @@ in
|
|||
yank
|
||||
kanagawa
|
||||
{
|
||||
plugin = kanagawa;
|
||||
plugin = tokyo-night-tmux;
|
||||
extraConfig = ''
|
||||
set -g @kanagawa-theme 'wave'
|
||||
set -g @kanagawa-plugins "cpu-usage git"
|
||||
set -g @kanagawa-show-powerline true
|
||||
set -g @kanagawa-refresh-rate 10
|
||||
set -g @tokyo-night-tmux_theme night
|
||||
set -g @tokyo-night-tmux_transparent 1
|
||||
set -g @tokyo-night-tmux_terminal_icon
|
||||
set -g @tokyo-night-tmux_active_terminal_icon
|
||||
|
||||
set -g @tokyo-night-tmux_show_path 1
|
||||
set -g @tokyo-night-tmux_path_format full
|
||||
|
||||
# No extra spaces between icons
|
||||
set -g @tokyo-night-tmux_window_tidy_icons 0
|
||||
|
||||
set -g status-right " #(tms sessions)"
|
||||
bind -r '(' switch-client -p\; refresh-client -S
|
||||
bind -r ')' switch-client -n\; refresh-client -S
|
||||
bind C-o display-popup -E "tms"
|
||||
'';
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue