dotfiles

dotfiles - ryukamish edition
Log | Files | Refs | README

commit 464a87b4cc260fc9bf427d8568dac5eaea0e79ba
parent 95e1fd25cbb2d14d133efcb140e95c0d5bc4cef9
Author: ryukamish <[email protected]>
Date:   Thu,  9 Jul 2026 01:52:05 +0530

chore: cleanup

Diffstat:
M.config/tmux/tmux.conf | 12++----------
1 file changed, 2 insertions(+), 10 deletions(-)

diff --git 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 "