Enable theme files for tmux

This commit is contained in:
2012-05-02 03:15:26 +01:00
parent d2ea935228
commit 95d65e3c07
3 changed files with 24 additions and 20 deletions

View File

@@ -9,7 +9,7 @@ DOTFILES_LINK=".dotfiles"
SYMLINK_PATH="$DOTFILES_LINK"
PRIVATE_PATH="private"
SYMLINKS=(bundle emacs.d erlang gemrc gitconfig gitignore hgrc irbrc \
powconfig rspec tmux.conf tmuxifier)
powconfig rspec tmux tmux.conf)
LOAD_FILES=(profile zprofile)
#

View File

@@ -13,25 +13,8 @@ set -g mouse-select-window on
set -g history-limit 10240
# Appearance
set -g status-interval 1
set -g status-left "#S #[fg=white]» #[fg=yellow]#I #[fg=cyan]#P"
set -g status-left-length 40
set -g status-right '#H #[fg=white]« #[fg=yellow]%H:%M:%S #[fg=green]%d-%b-%y'
set -g status-right-length 40
set -g status-bg black
set -g status-fg cyan
set -g status-left-bg black
set -g status-left-fg green
set -g status-right-bg black
set -g status-right-fg cyan
set -g window-status-current-bg red
set -g window-status-current-fg black
set -g window-status-activity-bg yellow # fg and bg are flipped here due to a
set -g window-status-activity-fg black # bug in tmux
set -g pane-active-border-bg default
set -g pane-active-border-fg green
set -g status-justify centre
# Load Theme
source-file "${HOME}/.tmux/themes/powerline-default-blue.tmuxtheme"
# Set window notifications
setw -g monitor-activity on

View File

@@ -0,0 +1,21 @@
set -g status-interval 1
set -g status-left "#S #[fg=white]» #[fg=yellow]#I #[fg=cyan]#P"
set -g status-left-length 40
set -g status-right "#H #[fg=white]« #[fg=yellow]%H:%M:%S #[fg=green]%d-%b-%y"
set -g status-right-length 40
set -g status-bg black
set -g status-fg cyan
set -g status-left-bg black
set -g status-left-fg green
set -g status-right-bg black
set -g status-right-fg cyan
set -g window-status-format " #I:#W#F "
set -g window-status-current-format " #I:#W#F "
set -g window-status-current-bg red
set -g window-status-current-fg black
set -g window-status-activity-bg yellow # fg and bg are flipped here due to a
set -g window-status-activity-fg black # bug in tmux
set -g window-status-separator ""
set -g pane-active-border-bg default
set -g pane-active-border-fg green
set -g status-justify centre