From 464a87b4cc260fc9bf427d8568dac5eaea0e79ba Mon Sep 17 00:00:00 2001 From: ryukamish Date: Thu, 9 Jul 2026 01:52:05 +0530 Subject: chore: cleanup --- .config/tmux/tmux.conf | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to '.config') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index d773c96..aa766c2 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -6,15 +6,7 @@ set -g base-index 1 set -g renumber-windows on # Status bar -# set -g status "on" -# set -g status-position top -# set -g status-justify absolute-centre -# set -g status-style "bg=default" -# set -g window-status-current-style "bg=white,fg=black,bold" -# set -g status-interval 5 -# set -g status-left "#S" -# set -g status-right "" -set -g status-position bottom +set -g status-position top set -g status-interval 5 set -g status-left-length 30 set -g status-right-length 50 @@ -23,7 +15,7 @@ set -g window-status-separator "" # Theme set -g status-style "bg=default,fg=default" set -g status-left "#[fg=black,bg=blue,bold] #S #[bg=default] " -# set -g status-right "#[fg=blue]#{?client_prefix,PREFIX ,}#{?window_zoomed_flag,ZOOM ,}#[fg=brightblack]#h " +set -g status-right "#[fg=blue]#{?client_prefix,PREFIX ,}#{?window_zoomed_flag,ZOOM ,}#[fg=brightblack]#h " set -g status-right "" set -g window-status-format "#[fg=brightblack] #I:#W " set -g window-status-current-format "#[fg=blue,bold] #I:#W " -- cgit v1.3