diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2025-11-07 14:30:35 +0100 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2025-11-07 14:30:35 +0100 |
| commit | 9fede0e0d93bd8c8240661b6a35cf564d6bde2f3 (patch) | |
| tree | cb0addce61749f9d248b09a0f2560f3d87b376c1 | |
| parent | a62cd797a82ad6140a460c38c607c1d3b6ff1bd5 (diff) | |
Highlight time in tmux status bar
| -rw-r--r-- | tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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)' |
