diff --git a/.tmux.conf b/.tmux.conf index 17ff6ff..09673af 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,5 +9,5 @@ set-option -g window-status-current-bg colour28 # set -g default-terminal "screen-256color" set -g status-interval 1 -set -g status-right-length 50 +set -g status-right-length 60 set -g status-right '#(hostname) #[bg=colour21,fg=colour27] #[fg=white]#(uptime | sed "s/.*: //") #[bg=colour18,fg=colour21] #[fg=white]%Y-%m-%d %H:%M:%S'