summaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-07-09 01:52:05 +0530
committerryukamish <[email protected]>2026-07-09 01:52:05 +0530
commit464a87b4cc260fc9bf427d8568dac5eaea0e79ba (patch)
tree28c4d2a79724a0d213d310b4c065b64fb171dae6 /.config/tmux
parent95e1fd25cbb2d14d133efcb140e95c0d5bc4cef9 (diff)
chore: cleanup
Diffstat (limited to '.config/tmux')
-rw-r--r--.config/tmux/tmux.conf12
1 files changed, 2 insertions, 10 deletions
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 "