fixes
This commit is contained in:
parent
c380ada645
commit
2728b9354d
@ -1 +1 @@
|
|||||||
Subproject commit 2c20cc20dd15b1a4d28163f89b9c115b129c5469
|
Subproject commit 2d3c2766ca59636064e6d161079599717ce2553d
|
@ -86,7 +86,7 @@ if [ -z $TMUX_POWERLINE_LEFT_STATUS_SEGMENTS ]; then
|
|||||||
"cpu #9318ff 255" \
|
"cpu #9318ff 255" \
|
||||||
# "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 0 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD}" \
|
"pwd #1289FF 255 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} separator_disable" \
|
||||||
"now_playing #00e7e3 235 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} #00e7e3 #333333 default" \
|
"now_playing #00e7e3 235 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} #00e7e3 #333333 default" \
|
||||||
#"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
|
||||||
|
@ -21,11 +21,11 @@ set -g mode-keys vi
|
|||||||
|
|
||||||
|
|
||||||
set-option clock-mode-colour "#00e7e3"
|
set-option clock-mode-colour "#00e7e3"
|
||||||
set -g status-bg "#262626"
|
set -g status-bg "#232323"
|
||||||
#set-option -g status-fg "#000011"
|
#set-option -g status-fg "#000011"
|
||||||
set -g status-style "fg=#ffffff,bg=#262626"
|
set -g status-style "fg=#ffffff,bg=#232323"
|
||||||
set -g pane-border-status top
|
set -g pane-border-status top
|
||||||
set -g message-style 'bg=#00d9db,fg=#262626'
|
set -g message-style 'bg=#00d9db,fg=#232323'
|
||||||
set -g pane-border-style 'fg=#affffe'
|
set -g pane-border-style 'fg=#affffe'
|
||||||
set -g pane-active-border-style 'fg=#00e7e3'
|
set -g pane-active-border-style 'fg=#00e7e3'
|
||||||
set -g menu-selected-style 'fg=#000000,bg=#00d9db'
|
set -g menu-selected-style 'fg=#000000,bg=#00d9db'
|
||||||
@ -41,8 +41,7 @@ set-environment -g TMPDIR $PREFIX/tmp
|
|||||||
run ~/.dotfiles/.tmux/plugins/tpm/tpm
|
run ~/.dotfiles/.tmux/plugins/tpm/tpm
|
||||||
|
|
||||||
if-shell '[ ! -z "$PREFIX" ]' {
|
if-shell '[ ! -z "$PREFIX" ]' {
|
||||||
display-message "prefix no"
|
run-shell "echo nope > .yesno"
|
||||||
run-shell "cat nope > .yesno"
|
|
||||||
set -g @plugin 'erikw/tmux-powerline'
|
set -g @plugin 'erikw/tmux-powerline'
|
||||||
}
|
}
|
||||||
if-shell '[ -z "$PREFIX" ]' {
|
if-shell '[ -z "$PREFIX" ]' {
|
||||||
|
Loading…
Reference in New Issue
Block a user