diff --git a/tmux/.config/tmux/statusline.conf b/tmux/.config/tmux/statusline.conf index 0b15bc4..4ff0f5c 100644 --- a/tmux/.config/tmux/statusline.conf +++ b/tmux/.config/tmux/statusline.conf @@ -9,7 +9,7 @@ set-window-option -g status-left-length 30 # right status set-window-option -g status-right "#[fg=brightred bg=black] #[fg=white bg=black] #{weather} #[fg=brightred bg=black] #[fg=colour179 bg=black]🖥 CPU:#{cpu_percentage} MEM:#{ram_percentage} #[fg=brightred bg=black] #[fg=white bg=black]📅%Y-%m-%d 🕗%I:%m%p" set-window-option -g status-right-style "fg=white bg=black" -set-option -g status-right +# set-option -g status-right # inactive windows set-window-option -g window-status-format " #I: #W " diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 57ae3da..60625f9 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -75,5 +75,12 @@ set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @resurrect-strategy-nvim 'session' + +# testing this idk lol +set -g pane-active-border-style bg=terminal +set -g pane-border-style bg=terminal +set-window-option -g window-active-style bg=black +set-window-option -g window-style bg=terminal + # Initializes tmux plugin manager - keep this at the bottom run '~/.config/tmux/plugins/tpm/tpm'