URI:
       tmux: updates - dotfiles - arsenal of config files, ready to be cloned in new (virtual) machines.
  HTML git clone git://git.drkhsh.at/dotfiles.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
       ---
   DIR commit c96be790a4dbe5d13ac5a8aa1d6ef2eb99dac17e
   DIR parent 3d40ed340a2514478e20558cc5482c4402837597
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Mon, 23 Jan 2023 22:15:13 +0100
       
       tmux: updates
       
       Diffstat:
         M .gitmodules                         |      18 ++++++++++++------
         M tmux/.tmux.conf                     |      19 ++++++++++---------
         A tmux/.tmux/plugins/tmux             |       1 +
         A tmux/.tmux/plugins/tmux-gruvbox     |       1 +
         A tmux/.tmux/plugins/tokyo-night-tmux |       1 +
         A tmux/.tmux/plugins/tpm              |       1 +
         D tmux/.tmux/tmux-gruvbox             |       1 -
         D tmux/.tmux/tmux-powerline           |       1 -
       
       8 files changed, 26 insertions(+), 17 deletions(-)
       ---
   DIR diff --git a/.gitmodules b/.gitmodules
       @@ -4,9 +4,6 @@
        [submodule "dracula"]
                path = vim/.vim/pack/themes/start/dracula
                url = https://github.com/dracula/vim.git
       -[submodule "tmux/.tmux/tmux-gruvbox"]
       -        path = tmux/.tmux/tmux-gruvbox
       -        url = https://github.com/egel/tmux-gruvbox.git
        [submodule "vim/.vim/pack/plugins/start/fugitive"]
                path = vim/.vim/pack/plugins/start/fugitive
                url = https://tpope.io/vim/fugitive.git
       @@ -28,6 +25,15 @@
        [submodule "neomutt/.neomutt/gruvbox"]
                path = neomutt/.neomutt/gruvbox
                url = https://git.sthu.org/repos/mutt-gruvbox.git
       -[submodule "tmux/.tmux/tmux-powerline"]
       -        path = tmux/.tmux/tmux-powerline
       -        url = https://github.com/erikw/tmux-powerline
       +[submodule "tmux/.tmux/plugins/tmux"]
       +        path = tmux/.tmux/plugins/tmux
       +        url = https://git::@github.com/dracula/tmux
       +[submodule "tmux/.tmux/plugins/tmux-gruvbox"]
       +        path = tmux/.tmux/plugins/tmux-gruvbox
       +        url = https://git::@github.com/egel/tmux-gruvbox
       +[submodule "tmux/.tmux/plugins/tokyo-night-tmux"]
       +        path = tmux/.tmux/plugins/tokyo-night-tmux
       +        url = https://github.com/janoamaral/tokyo-night-tmux
       +[submodule "tmux/.tmux/plugins/tpm"]
       +        path = tmux/.tmux/plugins/tpm
       +        url = https://github.com/tmux-plugins/tpm
   DIR diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
       @@ -24,12 +24,13 @@ bind -n M-Right select-pane -R
        bind -n M-Up select-pane -U
        bind -n M-Down select-pane -D
        
       -# █▓▒░ tmux-powerline
       -set-option -g status on
       -set-option -g status-interval 2
       -set-option -g status-justify "centre"
       -set-option -g status-left-length 60
       -set-option -g status-right-length 90
       -set-option -g status-left "#(~/.tmux/tmux-powerline/powerline.sh left)"
       -set-option -g status-right "#(~/.tmux/tmux-powerline/powerline.sh right)"
       -set-hook -g session-created 'run-shell "~/.tmux/tmux-powerline/powerline.sh init"'
       +# gruvbox
       +set -g @plugin 'egel/tmux-gruvbox'
       +set -g @tmux-gruvbox 'dark'
       +# tokyo night
       +#set -g @plugin "janoamaral/tokyo-night-tmux"
       +# dracula
       +#set -g @plugin 'dracula/tmux'
       +
       +# █▓▒░ Initialize TMUX plugin manager (last line)
       +run '~/.tmux/plugins/tpm/tpm'
   DIR diff --git a/tmux/.tmux/plugins/tmux b/tmux/.tmux/plugins/tmux
       @@ -0,0 +1 @@
       +Subproject commit ffc6ef8efbe556fa908aee6615f0781348337faa
   DIR diff --git a/tmux/.tmux/plugins/tmux-gruvbox b/tmux/.tmux/plugins/tmux-gruvbox
       @@ -0,0 +1 @@
       +Subproject commit 3f9e38d7243179730b419b5bfafb4e22b0a969ad
   DIR diff --git a/tmux/.tmux/plugins/tokyo-night-tmux b/tmux/.tmux/plugins/tokyo-night-tmux
       @@ -0,0 +1 @@
       +Subproject commit 26617ca796c150e2db381b165a63e6d08694be94
   DIR diff --git a/tmux/.tmux/plugins/tpm b/tmux/.tmux/plugins/tpm
       @@ -0,0 +1 @@
       +Subproject commit fdb30228b1dc649ab1c2086d146ef9dd0ab584e6
   DIR diff --git a/tmux/.tmux/tmux-gruvbox b/tmux/.tmux/tmux-gruvbox
       @@ -1 +0,0 @@
       -Subproject commit 3f9e38d7243179730b419b5bfafb4e22b0a969ad
   DIR diff --git a/tmux/.tmux/tmux-powerline b/tmux/.tmux/tmux-powerline
       @@ -1 +0,0 @@
       -Subproject commit 0995e9a37214fae6e94d5c361b2ba73f84efe438