diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-12-20 21:50:00 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-12-20 21:50:00 +0200 |
| commit | 3f2066b9a9f84c1d7eb15269569f72a744a5f2ad (patch) | |
| tree | d0b242d82e69ffa6bcb648eeb79eb10e122b5c84 /.config/tmux/tmux.conf | |
| parent | 07ba8bb607bbb20e0efe132d479c9edc13c60ced (diff) | |
| download | dotfiles-3f2066b9a9f84c1d7eb15269569f72a744a5f2ad.tar.gz dotfiles-3f2066b9a9f84c1d7eb15269569f72a744a5f2ad.zip | |
Add toggle left status
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index dda0ef7..8297542 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -244,9 +244,11 @@ set -g status-style fg=#50fa7b,bg=black #set -g status-left "#[fg=green] ❐ #S #[default]" ## Left -set -g status-left '' +#set -g status-left '' 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 #set -g status-left "#[fg=DeepSkyBlue1] ❐ #S #( ~/.config/tmux/left-status.sh )" #set -g status-left "#[fg=black] ❐ #S #( ~/.config/tmux/left-status.sh )" |
