feat(tmux): add time module to the bar
This commit is contained in:
parent
ef1a659b4c
commit
a3dcba050a
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue