diff options
| -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 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)' |
