idklol #1

Merged
clint merged 2 commits from idklol into master 2024-05-17 22:42:56 +00:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit f1c088ea85 - Show all commits

View File

@ -9,7 +9,7 @@ set-window-option -g status-left-length 30
# right status # 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 "#[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-window-option -g status-right-style "fg=white bg=black"
set-option -g status-right # set-option -g status-right
# inactive windows # inactive windows
set-window-option -g window-status-format " #I: #W " 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 @plugin 'tmux-plugins/tmux-continuum'
set -g @resurrect-strategy-nvim 'session' 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 # Initializes tmux plugin manager - keep this at the bottom
run '~/.config/tmux/plugins/tpm/tpm' run '~/.config/tmux/plugins/tpm/tpm'