From 61f78a191761e2cfb6fe53c0a96e352084a240c5 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 15 Nov 2025 22:15:13 +0100 Subject: [PATCH] updated the format of the date used in tmux --- sources/tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/tmux/.tmux.conf b/sources/tmux/.tmux.conf index fc00a30..dc97eed 100644 --- a/sources/tmux/.tmux.conf +++ b/sources/tmux/.tmux.conf @@ -85,6 +85,7 @@ set -g @plugin 'tmux-plugins/tmux-sessionist' set -g @plugin fabioluciano/tmux-tokyo-night set -g @theme_variation 'night' set -g @theme_plugins 'datetime,weather,playerctl' +set -g @theme_plugin_datetime_format '%A %d %B %T' # Run the Tmux plugin manager run '~/.tmux/plugins/tpm/tpm'