updated the format of the date used in tmux

This commit is contained in:
aminnairi
2025-11-15 22:15:13 +01:00
parent a23616bd72
commit 61f78a1917
+1
View File
@@ -85,6 +85,7 @@ set -g @plugin 'tmux-plugins/tmux-sessionist'
set -g @plugin fabioluciano/tmux-tokyo-night set -g @plugin fabioluciano/tmux-tokyo-night
set -g @theme_variation 'night' set -g @theme_variation 'night'
set -g @theme_plugins 'datetime,weather,playerctl' set -g @theme_plugins 'datetime,weather,playerctl'
set -g @theme_plugin_datetime_format '%A %d %B %T'
# Run the Tmux plugin manager # Run the Tmux plugin manager
run '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'