mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:46:39 +00:00
Enable theme files for tmux
This commit is contained in:
@@ -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)
|
||||
|
||||
#
|
||||
|
||||
21
tmux.conf
21
tmux.conf
@@ -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
|
||||
|
||||
21
tmux/themes/basic.tmuxtheme
Normal file
21
tmux/themes/basic.tmuxtheme
Normal 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
|
||||
Reference in New Issue
Block a user