From 9fede0e0d93bd8c8240661b6a35cf564d6bde2f3 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Fri, 7 Nov 2025 14:30:35 +0100 Subject: Highlight time in tmux status bar --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 8ffbe81..e3e5516 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 '%H:%M %d-%b-%y #($HOME/.config/tmux/battery.sh)' +set-window-option -g status-right '#[bg=brightwhite] %H:%M #[default] %d-%b-%y #($HOME/.config/tmux/battery.sh)' -- cgit v1.3.1