mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add a better status bar.
This commit is contained in:
10
tmux.conf
10
tmux.conf
@@ -5,6 +5,7 @@ set -g update-environment "DISPLAY WINDOWID SSH_ASKPASS SSH_AGENT_PID SSH_CONNEC
|
|||||||
bind K confirm kill-server
|
bind K confirm kill-server
|
||||||
bind X confirm kill-window
|
bind X confirm kill-window
|
||||||
bind ^[ copy-mode
|
bind ^[ copy-mode
|
||||||
|
bind R source-file ~/.tmux.conf \; display-message " Config reloaded.."
|
||||||
|
|
||||||
# Scrollback
|
# Scrollback
|
||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
@@ -39,3 +40,12 @@ setw -g automatic-rename on
|
|||||||
|
|
||||||
# Color scheme
|
# Color scheme
|
||||||
source-file ~/.tmux/tmux-solarized-256.conf
|
source-file ~/.tmux/tmux-solarized-256.conf
|
||||||
|
|
||||||
|
# Provide a statusbar
|
||||||
|
set -g window-status-current-bg colour33
|
||||||
|
set -g window-status-current-fg colour235
|
||||||
|
set -g window-status-current-attr bold
|
||||||
|
set -g status-interval 60
|
||||||
|
set -g status-left-length 30
|
||||||
|
set -g status-left '/#S/ '
|
||||||
|
set -g status-right '#(cut -d " " -f 1-3 /proc/loadavg)#[default] #[fg=colour166]%H:%M#[default]'
|
||||||
|
|||||||
Reference in New Issue
Block a user