diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2025-11-07 19:34:22 +0100 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2025-11-07 19:34:22 +0100 |
| commit | fd6e1afd47cfc9b4efb6ca4af8c1080a018f866f (patch) | |
| tree | 953b7f9d05b802ef1a360b5ddff8eaa1fd492873 /tmux/tmux.conf | |
| parent | 7bed3af90c16954b0038e0886cdf8697cf9c72eb (diff) | |
Remove date from status line
Diffstat (limited to 'tmux/tmux.conf')
| -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)' |
