meow
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#check if tpm for tmux is installed, if not it will install it for you
|
||||
run-shell -b '
|
||||
if [[ -e "$HOME/.config/tmux/plugins/" ]]; then
|
||||
if [[ -e "$HOME/.tmux/plugins/tpm/tpm" ]]; then
|
||||
echo "you have tpm installed"
|
||||
else
|
||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
@@ -29,21 +29,27 @@ set-option -g renumber-windows on
|
||||
set-option -g status-position top
|
||||
|
||||
set -g @catppuccin_flavor 'latte'
|
||||
set -g @catppuccin_window_status_style "rounded"
|
||||
|
||||
set -g @plugin "tmux-plugins/tpm"
|
||||
set -g @plugin "tmux-plugins/tmux-sensible"
|
||||
set -g @plugin "christoomey/vim-tmux-navigator"
|
||||
set -g @plugin 'catppuccin/tmux#v1.0.3'
|
||||
set -g @catppuccin_window_status_style "rounded"
|
||||
|
||||
#set -g @catppuccin_status_session_fg_color "#{@thm_flamingo}"
|
||||
|
||||
#run '~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux'
|
||||
|
||||
set -g @catppuccin_session_color "#{@thm_teal}"
|
||||
set -g @catppuccin_application_color "#{@thm_lavender}"
|
||||
|
||||
# Make the status line more pleasant.
|
||||
set -g status-right-length 100
|
||||
set -g status-left-length 100
|
||||
set -g status-left ""
|
||||
set -g status-right "#{E:@catppuccin_status_application}"
|
||||
set -agF status-right "#{E:@catppuccin_status_cpu}"
|
||||
set -ag status-right "#{E:@catppuccin_status_session}"
|
||||
set -ag status-right "#{E:@catppuccin_status_uptime}"
|
||||
#set -agF status-right "#{E:@catppuccin_status_battery"
|
||||
set -g status-right "#{E:@catppuccin_status_session}"
|
||||
set -ag status-right "#{E:@catppuccin_status_application}"
|
||||
#set -ag status-right "#{E:@catppuccin_status_uptime}"
|
||||
|
||||
|
||||
run "~/.tmux/plugins/tpm/tpm"
|
||||
|
||||
Reference in New Issue
Block a user