From 70c36fe6a97de171511cc02454f787aa59a45eaa Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Wed, 23 Aug 2023 11:48:38 -0600 Subject: update nvim, tweak tmux config --- .config/tmux-powerline/themes/nord.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (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 6847dd0..4c777a1 100644 --- a/.config/tmux-powerline/themes/nord.sh +++ b/.config/tmux-powerline/themes/nord.sh @@ -77,11 +77,10 @@ fi if [ -z $TMUX_POWERLINE_LEFT_STATUS_SEGMENTS ]; then TMUX_POWERLINE_LEFT_STATUS_SEGMENTS=( - # "mode 0 0 | 0 0 both_disable separator_disable" \ + "tmux_session_info green black" \ "mode_normal_prefix cyan black" \ "mode_insert_copy magenta" \ - "tmux_session_info green black" \ - "hostname yellow black" \ + #"hostname yellow black" \ "vcs_branch red white" \ #"vcs_compare 60 255" \ #"vcs_staged 64 255" \ @@ -93,12 +92,14 @@ fi if [ -z $TMUX_POWERLINE_RIGHT_STATUS_SEGMENTS ]; then TMUX_POWERLINE_RIGHT_STATUS_SEGMENTS=( "pwd magenta white" \ + "hostname yellow black" \ + #"tmux_session_info green black" \ #"now_playing 234 37" \ #"cpu 240 136" \ #"load 237 167" \ #"tmux_mem_cpu_load 234 136" \ - "date_day" \ - "date black white ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \ - "time black white ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \ + #"date_day" \ + #"date black white ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \ + #"time black white ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \ ) fi -- cgit v1.2.3-54-g00ecf