From 2728b9354d9d9935ab58cf86c497dc88132afcbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Sat, 7 Sep 2024 21:28:40 -0400 Subject: [PATCH] fixes --- powerline-src | 2 +- tmux-powerline/themes/tablet.sh | 2 +- tmux/tmux.conf | 9 ++++----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/powerline-src b/powerline-src index 2c20cc2..2d3c276 160000 --- a/powerline-src +++ b/powerline-src @@ -1 +1 @@ -Subproject commit 2c20cc20dd15b1a4d28163f89b9c115b129c5469 +Subproject commit 2d3c2766ca59636064e6d161079599717ce2553d diff --git a/tmux-powerline/themes/tablet.sh b/tmux-powerline/themes/tablet.sh index 6209fa9..1569b52 100644 --- a/tmux-powerline/themes/tablet.sh +++ b/tmux-powerline/themes/tablet.sh @@ -86,7 +86,7 @@ if [ -z $TMUX_POWERLINE_LEFT_STATUS_SEGMENTS ]; then "cpu #9318ff 255" \ # "battery #cb46ff 255" \ #"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" \ #"lan_ip #affffe 235 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} '#000000' '#000000'" \ # Metallica - Inamorata  diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e385685..fa40141 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -21,11 +21,11 @@ set -g mode-keys vi set-option clock-mode-colour "#00e7e3" -set -g status-bg "#262626" +set -g status-bg "#232323" #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 message-style 'bg=#00d9db,fg=#262626' +set -g message-style 'bg=#00d9db,fg=#232323' set -g pane-border-style 'fg=#affffe' set -g pane-active-border-style 'fg=#00e7e3' 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 if-shell '[ ! -z "$PREFIX" ]' { - display-message "prefix no" - run-shell "cat nope > .yesno" + run-shell "echo nope > .yesno" set -g @plugin 'erikw/tmux-powerline' } if-shell '[ -z "$PREFIX" ]' {