dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit fc477372f175aea08e8f4c7c735f67f192564bd8
parent 3476d813af5bbf4660663bfeab16272f73cce3d7
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 22 Jul 2022 12:45:26 +0200

tmux: various settings

Diffstat:
Mtmux/tmux-dark.conf | 25++++++++++++++-----------
Mtmux/tmux-light.conf | 23+++++++++++++----------
2 files changed, 27 insertions(+), 21 deletions(-)

diff --git a/tmux/tmux-dark.conf b/tmux/tmux-dark.conf @@ -9,34 +9,37 @@ set -g allow-passthrough on # allow escape sequence passthrough set -g default-command $SHELL set -g default-shell $SHELL set -g default-terminal $TERM -set -g pane-active-border-style fg='#f59970' set -g set-titles on set -g set-titles-string '#H:#S.#I.#P #W #T' -set -g message-style bg='#185668',fg='#f0e0b2' -set -g status-bg '#11121A' -set -g status-fg '#969696' set -g status-interval 1 set -g status-justify right set -g status-left-length 60 -set -g status-left '#[fg=#557983]» #[fg=#88a6f8,bold]#T#{?pane_synchronized, #[fg=#f59970#,bold][SYNC],} #[default,align=centre,italics]#(mpc | grep -i '^\[paused\]' >/dev/null && printf "⏸ ")#(mpc current)#[default]' set -g status-right-length 60 -set -g status-right '#[fg=#557983,bold] »» Sesh #S | #(battery -p)%% | %R (%b %d, %a)#[default]' set -g visual-activity on set -g base-index 1 # start numbering windows at 1, easier to reach set -g renumber-windows on set -s escape-time 0 set -g set-clipboard off +setw -g mode-keys vi +set -g status-keys emacs # }}} +# Visuals {{{ +set -g message-style bg='#185668',fg='#f0e0b2' +set -g pane-active-border-style fg='#f59970' +set -g status-bg '#11121A' +set -g status-fg '#969696' +set -g status-left '#[fg=#557983]» #[fg=#88a6f8,bold]#T#{?pane_synchronized, #[fg=#f59970#,bold][SYNC],} #[default,align=centre,italics]#(mpc | grep -i '^\[paused\]' >/dev/null && printf "⏸ ")#(mpc current)#[default]' +set -g status-right '#[fg=#557983,bold] »» Sesh #S | #(battery -p)%% | %R (%b %d, %a)#[default]' +setw -g mode-style bg='#11121A',fg='#f59970' +setw -g window-status-activity-style fg='#cb4e62,blink' +setw -g window-status-current-style fg='#f59970',bg='#01021e,bold' +setw -g window-status-style fg='#4dbba3',bg='#11121A' +#}}} # Window options {{{ -setw -g mode-keys vi setw -g monitor-activity on setw -g xterm-keys on # for vim setw -g aggressive-resize on setw -g automatic-rename -setw -g mode-style bg='#11121A',fg='#f59970' -setw -g window-status-style fg='#4dbba3',bg='#11121A' -setw -g window-status-current-style fg='#f59970',bg='#01021e,bold' -setw -g window-status-activity-style fg='#cb4e62,blink' setw -g pane-base-index 1 # start numbering panes at 1, easier to reach # }}} # Key bindings {{{ diff --git a/tmux/tmux-light.conf b/tmux/tmux-light.conf @@ -9,33 +9,36 @@ set -g allow-passthrough on # allow escape sequence passthrough set -g default-command $SHELL set -g default-shell $SHELL set -g default-terminal $TERM -set -g pane-active-border-style fg=#ff5500 -set -g pane-border-style fg=#a4a4a4 set -g set-titles on set -g set-titles-string '#H:#S.#I.#P #W #T' -set -g status-bg '#e4e4e4' -set -g status-fg '#2c2625' set -g status-interval 1 set -g status-justify right set -g status-left-length 60 -set -g status-left '#[fg=#228822]» #[fg=#4477ff,bold]#T#{?pane_synchronized, #[fg=#cc5500#,bold][SYNC],} #[default,align=centre,italics]#(mpc | grep -i "^\[paused\]" >/dev/null && printf "⏸ ")#(mpc current)#[default]' set -g status-right-length 60 -set -g status-right "#[fg=#4477ff,bold] »» Sesh #S | #(battery -p)%% | %R (%b %d, %a)#[default]" set -g visual-activity on set -g base-index 1 # start numbering windows at 1, easier to reach set -g renumber-windows on set -s escape-time 0 set -g set-clipboard off +setw -g mode-keys vi +set -g status-keys emacs # }}} +# Visuals {{{ +set -g pane-active-border-style fg=#ff5500 +set -g pane-border-style fg=#a4a4a4 +set -g status-bg '#e4e4e4' +set -g status-fg '#2c2625' +set -g status-left '#[fg=#228822]» #[fg=#4477ff,bold]#T#{?pane_synchronized, #[fg=#cc5500#,bold][SYNC],} #[default,align=centre,italics]#(mpc | grep -i "^\[paused\]" >/dev/null && printf "⏸ ")#(mpc current)#[default]' +set -g status-right "#[fg=#4477ff,bold] »» Sesh #S | #(battery -p)%% | %R (%b %d, %a)#[default]" +setw -g mode-style bg='#d0d0d0' +setw -g window-status-activity-style bg='#e9cddf' +setw -g window-status-current-style bg='#99ddff,bold' +#}}} # Window options {{{ -setw -g mode-keys vi setw -g monitor-activity on setw -g xterm-keys on # for vim setw -g aggressive-resize on setw -g automatic-rename -setw -g mode-style bg='#d0d0d0' -setw -g window-status-current-style bg='#99ddff,bold' -setw -g window-status-activity-style bg='#e9cddf' setw -g pane-base-index 1 # start numbering panes at 1, easier to reach # }}} # Key bindings {{{