From f1c088ea85c24d8e48fe0ea2c3546aac5c561138 Mon Sep 17 00:00:00 2001 From: clint Date: Thu, 16 May 2024 23:25:43 -0500 Subject: [PATCH] idk i dont rememvber lol --- tmux/.config/tmux/statusline.conf | 2 +- tmux/.config/tmux/tmux.conf | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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'