tmux: Remove statusline time and date

Removed display of time and date from tmux, since I have the polybar
time up always.

Shuffled around the rest of the display: removed left-sided display of
active (tmux) user, moved it to the right side.
This commit is contained in:
Marty Oehme 2020-12-03 12:30:17 +01:00
parent ed2235c4ca
commit a24cf7f241
Signed by: Marty
GPG key ID: B7538B8F50A1C800
2 changed files with 4 additions and 6 deletions

View file

@ -2,11 +2,9 @@
" PLUGIN: TMUXLINE
let g:tmuxline_preset = {
\'a' : '#S',
\'b' : '#(whoami)',
\'c' : '#I:#P',
\'b' : '#I:#P',
\'win' : '#I #W',
\'cwin' : [' ', '#I #W'],
\'x' : '#{?client_prefix,#[fg=colour232]#[bg=brightblue],} %H:%M:%S',
\'y' : '%d-%b-%y',
\'y' : '#{?client_prefix,#[fg=colour232]#[bg=brightblue],} #(whoami)',
\'z' : '#H',
\'options' : {}}