diff options
author | xero <x@xero.nu> | 2015-11-01 15:55:06 -0500 |
---|---|---|
committer | xero <x@xero.nu> | 2015-11-01 15:55:06 -0500 |
commit | aa72865287771a7f4c194a2e61dcdcecc9f063f7 (patch) | |
tree | 24d1532fcd2d71bc31681749ecdd12d15da67493 /tmux | |
parent | e60ae25bddb4df917c0960db8c14ba1fbc18f86a (diff) | |
download | dotfiles_ascii-aa72865287771a7f4c194a2e61dcdcecc9f063f7.tar.xz dotfiles_ascii-aa72865287771a7f4c194a2e61dcdcecc9f063f7.zip |
update tmux statusbar to use ~/bin
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 2 | ||||
-rwxr-xr-x | tmux/bin/tmux-status (renamed from tmux/code/sys/status) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index c5bb96d..b59a333 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -107,7 +107,7 @@ setw -g window-status-current-format "#[bg=colour66,fg=colour0,noreverse]█▓â # Info on right set -g status-right-length 100 set -g status-right '' -set -g status-right '#(~/code/sys/status)' +set -g status-right '#(~/bin/tmux-status)' # Info on left (no session display) set -g status-left '' diff --git a/tmux/code/sys/status b/tmux/bin/tmux-status index 030924d..030924d 100755 --- a/tmux/code/sys/status +++ b/tmux/bin/tmux-status |