feat(tmux): remove date module on the bar

This commit is contained in:
Sergio Laín 2025-08-13 00:39:16 +02:00
parent a2daf25767
commit 09953219e9
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -26,8 +26,6 @@ set -g @catppuccin_window_current_text " #W"
### Right Status ### Right Status
set -g status-right-length 100 set -g status-right-length 100
set -g status-right "" set -g status-right ""
set -ga status-right "#[bg=#{@thm_bg},fg=#{@thm_surface_0}]" set -ga status-right "#[bg=#{@thm_bg},fg=#{@thm_lavender}]"
set -ga status-right "#[bg=#{@thm_surface_0},fg=#{@thm_lavender}] 󰭦 %Y-%m-%d "
set -ga status-right "#[bg=#{@thm_surface_0},fg=#{@thm_lavender}]"
set -ga status-right "#[bg=#{@thm_lavender},fg=#{@thm_bg}] %H:%M  " set -ga status-right "#[bg=#{@thm_lavender},fg=#{@thm_bg}] %H:%M  "