diff --git a/.gitmodules b/.gitmodules index b24e966..661815c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "shell/bash/git-aware-prompt"] path = shell/bash/git-aware-prompt url = git@github.com:jimeh/git-aware-prompt.git +[submodule "tmux/themes"] + path = tmux/themes + url = git@github.com:jimeh/tmux-themepack.git diff --git a/tmux.conf b/tmux.conf index 56b3647..e3df474 100644 --- a/tmux.conf +++ b/tmux.conf @@ -16,7 +16,7 @@ set -g history-limit 10240 set-option -g default-command "login-shell" # Load Theme -source-file "${HOME}/.tmux/themes/powerline-block-green.tmuxtheme" +source-file "${HOME}/.tmux/themes/powerline/block/green.tmuxtheme" # Set window notifications setw -g monitor-activity on diff --git a/tmux/themes b/tmux/themes new file mode 160000 index 0000000..821ce09 --- /dev/null +++ b/tmux/themes @@ -0,0 +1 @@ +Subproject commit 821ce09ae2170070aa6dd9e467c6303efd0bb172