diff --git a/.gitmodules b/.gitmodules index 90b8eaf..8c2e826 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,4 +9,7 @@ url = https://github.com/tmux-plugins/tmux-sensible.git [submodule ".tmux/plugins/tmux-mem-cpu-load"] path = .tmux/plugins/tmux-mem-cpu-load - url = https://github.com/thewtex/tmux-mem-cpu-load + url = https://git.tablet/sh/the-btfash-foundation/tmux-mem-cpu-load +[submodule "powerline"] + path = powerline + url = https://github.com/powerline/powerline diff --git a/.tmux/plugins/tmux-mem-cpu-load b/.tmux/plugins/tmux-mem-cpu-load index bf0b272..b94247c 160000 --- a/.tmux/plugins/tmux-mem-cpu-load +++ b/.tmux/plugins/tmux-mem-cpu-load @@ -1 +1 @@ -Subproject commit bf0b2721df35ec195798cc493d356e6a70aac8f2 +Subproject commit b94247ce747fd93bab0161b1a37a9bf6a77a44c1 diff --git a/micro/buffers/history b/micro/buffers/history index 3c9d532..449d97c 100644 Binary files a/micro/buffers/history and b/micro/buffers/history differ diff --git a/powerline b/powerline new file mode 160000 index 0000000..2c20cc2 --- /dev/null +++ b/powerline @@ -0,0 +1 @@ +Subproject commit 2c20cc20dd15b1a4d28163f89b9c115b129c5469 diff --git a/tmux-powerline/themes/tablet.sh b/tmux-powerline/themes/tablet.sh index b861f9a..a4e2a0a 100644 --- a/tmux-powerline/themes/tablet.sh +++ b/tmux-powerline/themes/tablet.sh @@ -85,7 +85,7 @@ if [ -z $TMUX_POWERLINE_LEFT_STATUS_SEGMENTS ]; then #"ifstat_sys 30 255" \ "cpu #cb00f3 0" \ # "battery #cb46ff 255" \ - "wan_ip #9318ff 255 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD}" \ + #"wan_ip #9318ff 255 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD}" \ "pwd #1289FF 255 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD}" \ "now_playing #00e7e3 235 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} #00e7e3 #333333 default" \ #"lan_ip #affffe 235 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} '#000000' '#000000'" \ diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 2b04151..c137004 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -34,10 +34,12 @@ set -g visual-bell on set-environment -g TMUX_PLUGIN_MANAGER_PATH ~/.dotfiles/.tmux/plugins set-environment -g TMPDIR $PREFIX/tmp +run-shell 'ln -s ~/.dotfiles/powerline/scripts/powerline $PREFIX/bin' # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'erikw/tmux-powerline' +set -g @plugin 'thewtex/tmux-mem-cpu-load' # set -g @plugin 'thewtex/tmux-mem-cpu-load' # Other examples: