idk i dont rememvber lol

This commit is contained in:
clint 2024-05-16 23:25:43 -05:00
parent ef3764a72c
commit f1c088ea85
2 changed files with 8 additions and 1 deletions

View File

@ -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 "

View File

@ -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'