From fd6e1afd47cfc9b4efb6ca4af8c1080a018f866f Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Fri, 7 Nov 2025 19:34:22 +0100 Subject: Remove date from status line --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e3e5516..f38245f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -26,4 +26,4 @@ set-window-option -g window-status-current-format ' #I:#W ' bind '"' split-window -v -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" -set-window-option -g status-right '#[bg=brightwhite] %H:%M #[default] %d-%b-%y #($HOME/.config/tmux/battery.sh)' +set-window-option -g status-right '#[bg=brightwhite] %H:%M #[default]#($HOME/.config/tmux/battery.sh)' -- cgit v1.3.1