:]
This commit is contained in:
parent
01db7ebb0d
commit
35811d2f7f
5
.gitmodules
vendored
5
.gitmodules
vendored
@ -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
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit bf0b2721df35ec195798cc493d356e6a70aac8f2
|
||||
Subproject commit b94247ce747fd93bab0161b1a37a9bf6a77a44c1
|
Binary file not shown.
1
powerline
Submodule
1
powerline
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 2c20cc20dd15b1a4d28163f89b9c115b129c5469
|
@ -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'" \
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user