more fixes
This commit is contained in:
parent
fb83f42d37
commit
87a4672887
@ -87,7 +87,7 @@ if [ -z $TMUX_POWERLINE_LEFT_STATUS_SEGMENTS ]; then
|
|||||||
# "battery #cb46ff 255" \
|
# "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}" \
|
"pwd #1289FF 255 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD}" \
|
||||||
"now_playing #00e7e3 235 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} #00e7e3 #333333 default" \
|
"now_playing #00e7e3 235 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} #232323 #00e7e3" \
|
||||||
#"lan_ip #affffe 235 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} '#000000' '#000000'" \
|
#"lan_ip #affffe 235 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} '#000000' '#000000'" \
|
||||||
# Metallica - Inamorata
|
# Metallica - Inamorata
|
||||||
#"vcs_branch 29 88" \
|
#"vcs_branch 29 88" \
|
||||||
|
@ -39,12 +39,16 @@ set-environment -g TMPDIR $PREFIX/tmp
|
|||||||
#set -g @plugin 'tmux-plugins/tpm'
|
#set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
|
||||||
run ~/.dotfiles/.tmux/plugins/tpm/tpm
|
run ~/.dotfiles/.tmux/plugins/tpm/tpm
|
||||||
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
|
|
||||||
if-shell '[ ! -z "$PREFIX" ]' {
|
if-shell '[ ! -z "$PREFIX" ]' {
|
||||||
run-shell "echo nope > .yesno"
|
run-shell "echo nope > .yesno"
|
||||||
|
display "hi"
|
||||||
set -g @plugin 'erikw/tmux-powerline'
|
set -g @plugin 'erikw/tmux-powerline'
|
||||||
}
|
}
|
||||||
if-shell '[ -z "$PREFIX" ]' {
|
if-shell '[ -z "$PREFIX" ]' {
|
||||||
|
display "bye"
|
||||||
set-environment -gu POWERLINE_COMMAND
|
set-environment -gu POWERLINE_COMMAND
|
||||||
set -gUu @plugin
|
set -gUu @plugin
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
Loading…
Reference in New Issue
Block a user