From 87a46728873a1b5fb7680de850b1356df987dc3f 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:43:38 -0400 Subject: [PATCH] more fixes --- tmux-powerline/themes/tablet.sh | 2 +- tmux/tmux.conf | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tmux-powerline/themes/tablet.sh b/tmux-powerline/themes/tablet.sh index fb6bcef..15ee228 100644 --- a/tmux-powerline/themes/tablet.sh +++ b/tmux-powerline/themes/tablet.sh @@ -87,7 +87,7 @@ if [ -z $TMUX_POWERLINE_LEFT_STATUS_SEGMENTS ]; then # "battery #cb46ff 255" \ #"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" \ + "now_playing #00e7e3 235 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} #232323 #00e7e3" \ #"lan_ip #affffe 235 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} '#000000' '#000000'" \ # Metallica - Inamorata  #"vcs_branch 29 88" \ diff --git a/tmux/tmux.conf b/tmux/tmux.conf index fa40141..1923fe8 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -39,12 +39,16 @@ set-environment -g TMPDIR $PREFIX/tmp #set -g @plugin 'tmux-plugins/tpm' run ~/.dotfiles/.tmux/plugins/tpm/tpm + set -g @plugin 'tmux-plugins/tpm' + set -g @plugin 'tmux-plugins/tmux-sensible' if-shell '[ ! -z "$PREFIX" ]' { run-shell "echo nope > .yesno" + display "hi" set -g @plugin 'erikw/tmux-powerline' } if-shell '[ -z "$PREFIX" ]' { + display "bye" set-environment -gu POWERLINE_COMMAND set -gUu @plugin set -g @plugin 'tmux-plugins/tpm'