From d17987bbaa0a6a853a2efea6e880e3936c925abb Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 29 Aug 2023 04:24:15 -0600 Subject: tweak tmux theme, update nvim --- .config/tmux-powerline/themes/nord.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/tmux-powerline/themes/nord.sh') diff --git a/.config/tmux-powerline/themes/nord.sh b/.config/tmux-powerline/themes/nord.sh index 4c777a1..5659032 100644 --- a/.config/tmux-powerline/themes/nord.sh +++ b/.config/tmux-powerline/themes/nord.sh @@ -81,7 +81,7 @@ if [ -z $TMUX_POWERLINE_LEFT_STATUS_SEGMENTS ]; then "mode_normal_prefix cyan black" \ "mode_insert_copy magenta" \ #"hostname yellow black" \ - "vcs_branch red white" \ + #"vcs_branch red white" \ #"vcs_compare 60 255" \ #"vcs_staged 64 255" \ #"vcs_modified 9 255" \ @@ -91,6 +91,7 @@ fi if [ -z $TMUX_POWERLINE_RIGHT_STATUS_SEGMENTS ]; then TMUX_POWERLINE_RIGHT_STATUS_SEGMENTS=( + "vcs_branch red white" \ "pwd magenta white" \ "hostname yellow black" \ #"tmux_session_info green black" \ -- cgit v1.2.3-54-g00ecf