From 700542b7fba09764090de1a98d1941df27a91a23 Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 13 Jan 2023 23:57:48 +0200 Subject: Add separators to left and right status --- .config/tmux/tmux.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.config/tmux') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 3085f2b..2c17021 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -146,11 +146,9 @@ if-shell -b 'echo $XDG_SESSION_TYPE | grep -q wayland' "\ #bind-key p run "xclip -o -sel clip | tmux load-buffer - ; tmux paste-buffer" -# Change split % and " to | and - +# Change split % and " to h and v and change current working directory bind v split-window -h -c "#{pane_current_path}" bind h split-window -v -c "#{pane_current_path}" -#bind-key v split-window -h -#bind-key s split-window -v # smart pane switching with awareness of vim splits @@ -248,7 +246,7 @@ set -g status-style fg=#50fa7b,bg=black set -g status-left-length 60 set -g status-left "#[fg=#50fa7b] ❐ #S #( ~/.config/tmux/left-status.sh )" bind o set-option status-left "#[fg=#50fa7b] ❐ #S" # toggle left-status script off -bind C-o set-option status-left "#[fg=#50fa7b] ❐ #S #( ~/.config/tmux/left-status.sh )" # toggle left status script on +bind C-o set-option status-left "#[fg=#50fa7b] ❐ #S #( ~/.config/tmux/left-status.sh )" # toggle left status script on #set -g status-left "#[fg=DeepSkyBlue1] ❐ #S #( ~/.config/tmux/left-status.sh )" #set -g status-left "#[fg=black] ❐ #S #( ~/.config/tmux/left-status.sh )" @@ -266,7 +264,7 @@ set -g status-right-length 60 #set -g status-right-length 140 #set -g status-right-style default #set -ag status-right "#[fg=black] %H:%M %d-%m-%Y #H " -set -ag status-right "#[fg=#50fa7b] #{?client_prefix,#[reverse] Prefix #[noreverse] ,} #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H " +set -ag status-right "#[fg=#50fa7b] #{?client_prefix,#[reverse] Prefix #[noreverse] ,} #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H " #set -ag status-right "#[fg=DeepSkyBlue1] #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H " #set -ag status-right "#[fg=black] #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H " -- cgit v1.2.3