status right delete

This commit is contained in:
Tiago Sousa 2024-02-23 21:15:23 +00:00
parent 5ef8b7bba8
commit 6a32e7eeb6
Signed by: tiago
SSH key fingerprint: SHA256:odOD9vln9U7qNe1R8o3UCbE3jkQCkr5/q5mgd5hwua0

View file

@ -4,8 +4,9 @@ set -ag terminal-overrides ",*:RGB"
unbind C-b unbind C-b
set-option -g prefix C-a set-option -g prefix C-a
bind-key C-a send-prefix bind-key C-a send-prefix
set -g status-style 'bg=#181926 fg=#cad3f5' set -g status-style 'bg=#24273A fg=#cad3f5'
set-option -g status-position top set-option -g status-position top
set-option -g status-right ""
set -g status-left-length 20 set -g status-left-length 20
set-option -sg escape-time 10 set-option -sg escape-time 10