dotfiles

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

commit a576ac42cfab210c41037903516be104195418a0
parent 73ba86e202c40fc651903b5fb2ae6cf95f31b8ff
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sat, 19 Dec 2020 20:30:19 +0100

tmux: change right statusline length

Diffstat:
Mtmux/tmux-dark.conf | 1+
Mtmux/tmux-light.conf | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tmux/tmux-dark.conf b/tmux/tmux-dark.conf @@ -17,6 +17,7 @@ set -g status-interval 5 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 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 diff --git a/tmux/tmux-light.conf b/tmux/tmux-light.conf @@ -17,6 +17,7 @@ set -g status-interval 5 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 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