feat(tmux): add time module to the bar

This commit is contained in:
Sergio Laín 2025-08-11 00:35:56 +02:00
parent ef1a659b4c
commit a3dcba050a
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -19,7 +19,6 @@ set -ga status-left "#{?client_prefix,#{#[bg=#{@thm_red},fg=#{@thm_mantle},bold]
# Windows Style
set -g @catppuccin_window_status_style "basic"
set -g automatic-rename on
# set -g window-status-separator '|'
set -g status-justify 'absolute-centre'
set -g @catppuccin_window_current_text_color "#{@thm_surface_1}"
set -g @catppuccin_window_current_number_color "#{@thm_lavender}"
@ -33,6 +32,7 @@ set -g @catppuccin_window_current_text " #W"
### Right Status
set -g status-right-length 100
set -g status-right ""
set -ga status-right "#[bg=#{@thm_lavender},fg=#{@thm_bg}] %H:%M  "
## tmux-fingers
bind -n M-f run -b "#{@fingers-cli} start #{pane_id}"