mirror of
https://tildegit.org/hyperreal/dotfiles-hyperreal.git
synced 2026-03-09 13:18:12 +01:00
~tmux.conf
This commit is contained in:
parent
a41e2b78bd
commit
3848cee840
1 changed files with 6 additions and 8 deletions
14
.tmux.conf
14
.tmux.conf
|
|
@ -31,20 +31,18 @@ set -g pane-active-border-style 'fg=yellow'
|
|||
# statusbar
|
||||
set -g status-position bottom
|
||||
set -g status-justify left
|
||||
set -g status-style 'fg=red'
|
||||
set -g status-style 'fg=white bg=colour236'
|
||||
|
||||
set -g status-left-style 'fg=black bg=blue bold'
|
||||
set -g status-left ' #(pyuptime) '
|
||||
set -g status-left ' #(uname -sr) '
|
||||
set -g status-left-length 100
|
||||
|
||||
set -g status-right-style 'fg=black bg=yellow bold'
|
||||
set -g status-right ' %Y-%m-%d %l:%M %p '
|
||||
set -g status-right-length 50
|
||||
set -g status-right ' %Y-%m-%d #(uptime) '
|
||||
set -g status-right-length 100
|
||||
|
||||
setw -g window-status-current-style 'fg=red bg=black'
|
||||
setw -g window-status-current-style 'fg=black bg=white'
|
||||
setw -g window-status-current-format ' #I #W #F '
|
||||
|
||||
setw -g window-status-style 'fg=red bg=black'
|
||||
setw -g window-status-style 'fg=white bg=black bold'
|
||||
setw -g window-status-format ' #I #[fg=white]#W #[fg=yellow]#F '
|
||||
|
||||
setw -g window-status-bell-style 'fg=yellow bg=red bold'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue