diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-09-17 02:50:56 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-09-17 02:50:56 +0530 |
commit | eb0b46be87f3eab832f4805f32db01270a68ef5c (patch) | |
tree | b80d48b0000946613b1be0e3f1edcdde34182cf5 | |
parent | 40dc3e6656c4612f94b20178343984d7b525accc (diff) |
tmux geohot
-rw-r--r-- | .config/tmux/tmux.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index a051b92..0023540 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -4,3 +4,17 @@ set -g prefix C-space # Start window numbering at 1 set -g base-index 1 +# mouse support +set -g mouse on + +#george hotz +set -g status-position bottom +set -g status-bg colour234 +set -g status-fg colour137 +set -g status-left '' +set -g status-right '#[fg=colour233,bg=colour241,bold] %d/%m #[fg=colour233,bg=colour245,bold] %H:%M:%S ' +set -g status-right-length 50 +set -g status-left-length 20 + +setw -g window-status-current-format ' #I#[fg=colour250]:#[fg=colour255]#W#[fg=colour50]#F ' +setw -g window-status-format ' #I#[fg=colour237]:#[fg=colour250]#W#[fg=colour244]#F ' |