dotfiles

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

commit e80be04df5f113260b3913b399e1e7f48fda727b
parent 55f17c581882cda19efa403196cfe17e57dddce9
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 18 Dec 2020 00:08:35 +0100

tmux: show music in statusline

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

diff --git a/tmux/tmux-dark.conf b/tmux/tmux-dark.conf @@ -15,8 +15,8 @@ set -g status-bg '#11121A' set -g status-fg '#969696' set -g status-interval 5 set -g status-justify right -set -g status-left-length 40 -set -g status-left '#[fg=#557983]» #[fg=#88a6f8,bold]#T#{?pane_synchronized, #[fg=#f59970#,bold][SYNC],}#[default]' +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 '#[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 @@ -14,8 +14,8 @@ set -g status-bg '#e4e4e4' set -g status-fg '#2c2625' set -g status-interval 5 set -g status-justify right -set -g status-left-length 40 -set -g status-left '#[fg=#228822]» #[fg=#4477ff,bold]#T#{?pane_synchronized, #[fg=#cc5500#,bold][SYNC],}#[default]' +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 "#[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