idk i dont rememvber lol
This commit is contained in:
parent
ef3764a72c
commit
f1c088ea85
|
@ -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 "
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue