Update aerospace

This commit is contained in:
Bas Grolleman
2025-07-31 14:26:48 +02:00
parent 7c62c0f379
commit 2c2399308f
7 changed files with 150 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
# Load catppuccin
run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux
# Options to make tmux more pleasant
#set -g mouse on
set -g default-terminal "tmux-256color"
@@ -10,9 +10,9 @@ set -g renumber-windows on
# Configure the catppuccin plugin
set -g @catppuccin_flavor "mocha"
set -g @catppuccin_window_status_style "slanted"
set -g @catppuccin_window_current_text " #{window_name} #{b:pane_current_path}"
set -g @catppuccin_window_text " #{window_name} #{b:pane_current_path}"
# Load catppuccin
run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux
# Make the status line pretty and add some modules
set-option -g status-position top
@@ -23,10 +23,8 @@ set -g status-left "#[fg=#{@thm_teal},bg=#{@thm_crust}]#[fg=#{@thm_crust},bg=
#set -g status-left "#[fg=$thm_green,bg=$thm_bg,nobold,nounderscore,noitalics]#[fg=$thm_bg,bg=$thm_green,nobold,nounderscore,noitalics] #[fg=$thm_fg,bg=$thm_bg]#(hostname -s) "
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}"
#run ~/.config/tmux/plugins/tmux-plugins/tmux-cpu/cpu.tmux
#run ~/.config/tmux/plugins/tmux-plugins/tmux-battery/battery.tmux
#
#set -g pane-border-status top
#set -g pane-border-format "#{pane_index} #{pane_current_command}"